Link to home
Start Free TrialLog in
Avatar of sgray128
sgray128Flag for United States of America

asked on

strange text in the url

All of a sudden, I have strange text inserted into the url of my asp.net 2.0 site. It looks like this:

http://localhost:3067/intranet2/(S(ihjfeyrn1y2o5jny44vjwe3r))/Default.aspx

It only happens on this one site, and it also happens when I publish the site to a server. Help!

ASKER CERTIFIED SOLUTION
Avatar of boricua1213
boricua1213

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sgray128

ASKER

<system.web>
        <sessionState
          mode="InProc"
          cookieless="false"
          timeout="500" />

Makes perfect sense, and I made this change, but it didn't fix it...
I removed the above code altogether, and it fixed it.

Thanks!!

(what a wild problem. I couldn't figure out how to google it...)