ASP.Net - Path Problems caused by Encoded URLs
问题 I am building a web store and I am having a bit of a problem with some of the urls. I have a large directory of departments and categories in my database that I am using to form my main menu. The URLs have the form Application/Store/Department/Category (All store URLs are rewritten to store.aspx?Querystringstuff) The problem is that some of the urls generated by my code work, but prevent the page's CSS from loading properly. It is specifically the URLs who's source text contain slashes. I am