I am trying to test a new .aspx page under Vista (Ultimate). This is the first time I've tried to do any web development on this PC. I'm getting an error 404.3:
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map
When I open IIS, there appears to be no handler for .aspx files but I'm not sure how to go about adding one. I tried adding a Managed Handler but the recommended module (system.web.ui.pagehandlerfactory) does not seem to be available in the dropdown list. If I type it in manually, this generates different errors when I test the page.
Any suggestions?
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map
When I open IIS, there appears to be no handler for .aspx files but I'm not sure how to go about adding one. I tried adding a Managed Handler but the recommended module (system.web.ui.pagehandlerfactory) does not seem to be available in the dropdown list. If I type it in manually, this generates different errors when I test the page.
Any suggestions?