Forum Moderators: phranque
For our corporate website, we need to convert all pages to ASP so they can make use of certain chunks of ASP code that we want to use.
Either that or find a way to make IIS treat all html-pages as an asp-page. But I guess this is
not a clean thing to do.
So what I am wondering is if there is a simple way to make the IIS webserver redirect all html-pages to their respective asp-page. E.g. a page called contact.html should be redirected to contact.asp, info.html to info.asp , ...
Is there a straightforward way of doing so in IIS?
Regards,
Darkelve
thanks for the reply... this is at least good news it is possible.
I must add that I am not the one that manages the webserver, so I would appreciate if anyone could tell me where to find this option or, at least, where I can find documentation to do this. Just so I can make that other persons job a little easier.
Edit: did some more research and found this is possible through something called ISAPI filters: [iis-resources.com...]
Are they usually installed on IIS or should I ask our hosting company to set this up (seems like the best approach to me).
Darkelve
This would seem to me a much better option than redirecting everything.