I have an Asp.net MVC2 web application. I built the application using VS2008 and tested on internal server, everything was perfect but when i deployed that web application on a local IIS the paths to images in web pages and in css file was not correct.
I need to change those paths for working with internal server and local server. How can i overcome this problem???
thanks