Hi,
I have ASP.NET 2.0 website. I have 3 files. style.css, master.page and page1.aspx. I load the css from the master.page. If my URL is like this:
the CSS is loaded and everything is OK. But when I try this URL everything becomes a mess because the CSS could not be found.
note: ( double ' / ' )
Can some1 tell me where is the problem and how can I avoid this without parsing the URL and replacing ' // ' with ' / ' because this is not a good solution.
I have ASP.NET 2.0 website. I have 3 files. style.css, master.page and page1.aspx. I load the css from the master.page. If my URL is like this:
the CSS is loaded and everything is OK. But when I try this URL everything becomes a mess because the CSS could not be found.
note: ( double ' / ' )
Can some1 tell me where is the problem and how can I avoid this without parsing the URL and replacing ' // ' with ' / ' because this is not a good solution.
Comment