Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > strange string added to all project's URLs when running on localhost

Reply
Thread Tools

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

 
 
PJ6
Guest
Posts: n/a
 
      11-01-2005
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/(kl0e...yPageName.aspx

Paul


 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      11-01-2005
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" <> wrote in message news:...
> 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/(kl0e...yPageName.aspx
>
> Paul
>



 
Reply With Quote
 
 
 
 
PJ6
Guest
Posts: n/a
 
      11-02-2005
That's weird but I gues it makes sense.

Thanks,
Paul


"Juan T. Llibre" <> wrote in message
news:...
> 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" <> wrote in message
> news:...
>> 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/(kl0e...yPageName.aspx
>>
>> Paul
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
JDBC URLs ...not really URLs? Adam Monsen Java 11 02-08-2009 08:14 PM
Converting Relative URLs into Absolute URLs Nathan Sokalski ASP .Net 1 08-12-2008 07:03 AM
dynamic URLS convert to static URLS for search engines Steve T. ASP .Net Web Services 7 03-04-2004 03:16 PM
Distinguish text URLs from non-text URLs? Kaidi Java 5 01-04-2004 10:15 AM
HttpModule -- how to intercept urls like http://localhost/abc/def or http://localhost/abc/def/ where abc, def are non virtual dir Jiong Feng ASP .Net 0 11-19-2003 05:29 AM



Advertisments