Html paths without front slash in web applications
Hi,
my web application should be called through a proxy server. The proxy server parses the html content automatically.
Unfortunately ASP.Net generates some own html code with paths like:
/WebResource.axd...
If I call the application through the proxy server some paths are not correct for the browser. This front slash is the problem. Without it would be fine (images...).
I tried eliminating that first front slash / in the path but without success.
Any Ideas?
Thanks,Attila
A great place to ask ASP.NET questions is the
ASP.NET Forums, located over at asp.net.
Hope that helps,
Stephen
http://blogs.msdn.com/stfisher