AJAX ASP.Net Remove URL ID
Posted
by Ioxp
on Stack Overflow
See other posts from Stack Overflow
or by Ioxp
Published on 2010-05-25T13:16:30Z
Indexed on
2010/05/25
13:21 UTC
Read the original article
Hit count: 193
The site im working on is an Ajax enabled ASP.net/C# project and i have a URL like this:
http://localhost:2531/(S(lfcvqc55wkabpp55o1x4pvq5))/Logon.aspx
How do you get rid of the (S(lfcvqc55wkabpp55o1x4pvq5)) portion of the URL? I have a feeling its a web.config parameter however I'm not really sure what you call this part, GUID, Session ID?
© Stack Overflow or respective owner