Im working on a new company, and they have a classic asp application. Nobody knows how to configure it, so im having a bad time.
The problem is that when the code calls something like that:
<img src="/images/TesteiraHome.png" />
on a URL like: http://localhost/myApplication/index.asp
the IIS tries to get the IMG from the URL: http://localhost/images/TesteiraHome.png
How can i set the "base" url for my application, so the iis will try to catch the image from http://localhost/myApplication/images/TesteiraHome.png
Thanks
EDIT: I dont wanna refactor all the project. Isn't there any IIS configuration to make it understand that / means locahost/myapp/ ??