I want to use the .html extension to render ASP pages.
I am using Windows CE 6 at the moment with the default web server, ASP is enabled.
My registry key looks like HKEY_LOCAL_MACHINE\COMM\HTTPD\ScriptMap with the following added pair of keyword values .html = \\Windows\\asp.dll . After that, all my .html files gave a 403 error.
Update:
To do this, follow these steps: Add .html = \Windows\asp.dll (tick one slash) to HKEY_LOCAL_MACHINE\COMM\HTTPD\ScriptMap → Double slashes are only needed if you add code.
If you get a 403 error, then check your permissions to ensure that scripts can be run.
Chris source share