IIS 7 7.5 allow POST requests to html files
Views (5294)
IIS 7 7.5 allow POST requests to html files
<?xml version="1.0"?> <configuration> <system.webServer> <handlers> <add name="htm" path="*.htm" verb="*" modules="IsapiModule" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="Either" /> </handlers> </system.webServer> </configuration>
Filed under: IIS Tagged: IIS
This was originally posted here.

Like
Report
*This post is locked for comments