We have moved a webapplication and would like to display a message in the old IIS. Let's say that the application was in http://oldserver/appname/. How do I make sure that our moved.html is displayed to the user no matter which uri the user browsed in to (in that virtual folder)?
- http://oldserver/appname/some/path.aspx ---> should display
http://oldserver/appname/moved.html - http://oldserver/appname --> should display
http://oldserver/appname/moved.html