web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

IIS 7 7.5 allow POST requests to html files

Zhongchen Zhou Profile Picture Zhongchen Zhou 681

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.

Comments

*This post is locked for comments