ASP.NET - Trailing Slash and Tilde

Posted by Echilon on Stack Overflow See other posts from Stack Overflow or by Echilon
Published on 2010-06-16T08:45:07Z Indexed on 2010/06/16 9:02 UTC
Read the original article Hit count: 308

Filed under:
|
|

I've found what seems like a bizarre problem with IIS 6.0 and .NET 3.5. I always use the tilde for all URLs (eg: ~/mypage.aspx) so if I go to mydomain.com/mypage.aspx, everything works fine. If, however, I add a trailing slash and go to mydomain.com/mypage.aspx/, all links on the page which use the tilde get rendered as mydomain.com/mypage.aspx/otherpage.aspx instead of mydomain.com/otherpage.aspx.

This happens with all controls.

Has anyone had this issue before?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about bug