Just setting up IIS on my local machine and trying to run a .aspx file entension getting the following error
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.
Just wondering what I am missing here ?
Sounds like you need to run aspnet_regiis.exe. You would pass the -i parameter to update the script maps in the IIS metabase.