|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
strange string added to all project's URLs when running on localhostI'm not sure what I did to prompt this change in bahvior, but now I get this
random string interjected into all my project's URLs when runnig on localhost. If I remove it, it just comes back. What's up with that? http://localhost/MyProjectName/(kl0es045xkxix1y3yzzwyym0)/Pages/MyPageName.aspx Paul You turned on cookieless sessions.
Turn them off, and that will disappear. Juan T. Llibre, ASP.NET MVP ASP.NET FAQ : http://asp.net.do/faq/ Foros de ASP.NET en Español : http://asp.net.do/foros/ ====================================== Show quoteHide quote "PJ6" <nob***@nowhere.net> wrote in message news:OiWYGDy3FHA.2504@TK2MSFTNGP10.phx.gbl... > I'm not sure what I did to prompt this change in bahvior, but now I get this random > string interjected into all my project's URLs when runnig on localhost. If I remove it, > it just comes back. What's up with that? > > http://localhost/MyProjectName/(kl0es045xkxix1y3yzzwyym0)/Pages/MyPageName.aspx > > Paul > That's weird but I gues it makes sense.
Thanks, Paul Show quoteHide quote "Juan T. Llibre" <nomailrepl***@nowhere.com> wrote in message news:eDha4Ey3FHA.3540@TK2MSFTNGP10.phx.gbl... > You turned on cookieless sessions. > > Turn them off, and that will disappear. > > > > Juan T. Llibre, ASP.NET MVP > ASP.NET FAQ : http://asp.net.do/faq/ > Foros de ASP.NET en Español : http://asp.net.do/foros/ > ====================================== > "PJ6" <nob***@nowhere.net> wrote in message > news:OiWYGDy3FHA.2504@TK2MSFTNGP10.phx.gbl... >> I'm not sure what I did to prompt this change in bahvior, but now I get >> this random string interjected into all my project's URLs when runnig on >> localhost. If I remove it, it just comes back. What's up with that? >> >> http://localhost/MyProjectName/(kl0es045xkxix1y3yzzwyym0)/Pages/MyPageName.aspx >> >> Paul >> > >
Other interesting topics
maximum datagrid row count?
Pre compiling web site in 2.0 Threads sharing objects in memory during high volume use How can I stop ASPX file rendering in Page_Load event? server.transfer Making an Excel File Upload if files from client PC or local network Code reuse, code behind, and can't inherit since already inherits Page Finding a control VS2005 - unable to create a website in IIS |
|||||||||||||||||||||||