I have one site that before it was in .NET Framework 1.1, and in that time when I access to it in the address bar the url appeared something like http://localhost/myapp/(S(xbxuabjc25dmpig2pvo4vowa))/Default.aspx when it should be only http://localhost/myapp/Default.aspx.
Some days ago I merged the app to .NET Frawork 4.5 hoping this issue where removed but the problem is still there, so now I think the problem occurs in the IIS settings, but I don't know what could be.
I use IIS 7.0.
I hope you can help me I have several days with this issue :(. Before anything, thanks in advance.
It is using cookieless sessions. Google it for info on turning it off, note that IE10 (I think) had a bug that make the site think sessions were cookieless when they weren't and there is a patch for it.
frameworkasp.netiis
I'm afraid I no longer use this forum due to the new point allocation system.
Member
1 Points
4 Posts
Ramdom symbols in the address bar with IIS project
Apr 30, 2014 04:37 PM|chewbacca1|LINK
Hello everyone,
I have one site that before it was in .NET Framework 1.1, and in that time when I access to it in the address bar the url appeared something like http://localhost/myapp/(S(xbxuabjc25dmpig2pvo4vowa))/Default.aspx when it should be only http://localhost/myapp/Default.aspx. Some days ago I merged the app to .NET Frawork 4.5 hoping this issue where removed but the problem is still there, so now I think the problem occurs in the IIS settings, but I don't know what could be.
I use IIS 7.0.
I hope you can help me I have several days with this issue :(. Before anything, thanks in advance.
Regards.
framework asp.net iis
All-Star
37441 Points
9076 Posts
Re: Ramdom symbols in the address bar with IIS project
Apr 30, 2014 05:53 PM|AidyF|LINK
It is using cookieless sessions. Google it for info on turning it off, note that IE10 (I think) had a bug that make the site think sessions were cookieless when they weren't and there is a patch for it.
framework asp.net iis
Member
1 Points
4 Posts
Re: Ramdom symbols in the address bar with IIS project
May 01, 2014 10:08 AM|chewbacca1|LINK
You're right, thank you so much. For the IE there's no problem because I'm using IE9 ;).
Regards
framework asp.net iis