Hi guys,
I'm really thrown off from this one. I'm using VS.NET 2005 and created a website from a copy of a previous website that I'd made a couple of months ago. After working on it for awhile I noticed that when I compiled and previewed the site, the url would be:
http://localhost:2029/website/(S(ulcy1a452zre eaamwlyga5j3))/mainmenu.aspx
where it should be:
http://localhost:2029/website/mainmenu.aspx
Everything works fine, but I would really like to get rid of the (S(ulcy1a452zre eaamwlyga5j3)) part of the path. Also, this value changes each time when I run the site.
Thanks,
Stuart
I'm really thrown off from this one. I'm using VS.NET 2005 and created a website from a copy of a previous website that I'd made a couple of months ago. After working on it for awhile I noticed that when I compiled and previewed the site, the url would be:
http://localhost:2029/website/(S(ulcy1a452zre eaamwlyga5j3))/mainmenu.aspx
where it should be:
http://localhost:2029/website/mainmenu.aspx
Everything works fine, but I would really like to get rid of the (S(ulcy1a452zre eaamwlyga5j3)) part of the path. Also, this value changes each time when I run the site.
Thanks,
Stuart
Comment