Home All Groups Group Topic Archive Search About

strange string added to all project's URLs when running on localhost

Author
1 Nov 2005 8:13 PM
PJ6
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

Author
1 Nov 2005 8:17 PM
Juan T. Llibre
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
>
Are all your drivers up to date? click for free checkup

Author
2 Nov 2005 5:07 PM
PJ6
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
>>
>
>

Bookmark and Share