I have a legacy application that I am now replacing with .Net.
Requests to that legacy application look like this: h ttp://www.mywebsite.com/scripts/mgrqispi.dll?appname=app&prgname=prg&....
I would like to set the iis in a way that will automatically redirect them to the following url: h ttp://www.mywebsite.com/myAspPage.aspx?appname=app&prgname=prg&....
Note that it's important for me to keep the url parameters.
Also note, that I don't care if it's redirect to the client - or if I can just tell the iis to redirect the request itself.