G
Guest
Hi group,
I'm trying to create a temporary replacement scheme for a particular url
that gets generated all over an existing app. It would be very difficult to
find every spot where the url gets created. So I'm thinking of doing a url
rewrite solution where i look for the url signature at the application (or
higher?) level. The twist is that the original url is classic asp. So how
do I grab this asp url from a .net httpmodule (or other thing) and redirect
the request to an aspx page? Of course you can't map .asp files to
aspnet_isapi.dll in IIS. Can this be done?
Thanks for any ideas...
I'm trying to create a temporary replacement scheme for a particular url
that gets generated all over an existing app. It would be very difficult to
find every spot where the url gets created. So I'm thinking of doing a url
rewrite solution where i look for the url signature at the application (or
higher?) level. The twist is that the original url is classic asp. So how
do I grab this asp url from a .net httpmodule (or other thing) and redirect
the request to an aspx page? Of course you can't map .asp files to
aspnet_isapi.dll in IIS. Can this be done?
Thanks for any ideas...