Forum Moderators: open
Under IIS, right-click on "Default Web Site", click Properties, select the "Home Directory" tab and then click the "Configuration" button. Now add in an entry under "App Mappings" for ".html" and ".htm" and anything else you need. You can use the same executable path and verbs as set for the ASP extension.
This works fine for asp code, but when i use the method for aspx using the aspnet_isapi.dll, it does not work. I don't see why this method should not work.
Can anyone offer some help?
do want to rewrite your aspx to html?
here is good article on how to
[codeproject.com...]
I am not trying to re-write the url as I want the url's to remain the same. I simply want to run things from a database inside the .htm pages. I read the artical and the bit at the end about the need to change IIS to pass all requests through to the ASP.NET ISAPI extension, is what I had been trying to do (except just the .htm request). But it did not work.
Where is the machine.config file?