<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SupportSages &#187; HTTP 405</title>
	<atom:link href="http://www.supportsages.com/blog/tag/http-405/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supportsages.com/blog</link>
	<description>Technical Support and Server Management : Musings in the fox hole.</description>
	<lastBuildDate>Thu, 05 Jan 2012 03:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>HTTP 405: The HTTP verb used to access this page is not allowed</title>
		<link>http://www.supportsages.com/blog/2010/02/http-405-the-http-verb-used-to-access-this-page-is-not-allowed/</link>
		<comments>http://www.supportsages.com/blog/2010/02/http-405-the-http-verb-used-to-access-this-page-is-not-allowed/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:53:12 +0000</pubDate>
		<dc:creator>arnold</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[HTTP 405]]></category>
		<category><![CDATA[HTTP verb used to access this page is not allowed]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://www.supportsages.com/blog/?p=623</guid>
		<description><![CDATA[On an html page, one of our customers was getting this issue. Despite asking him to change the extension to .asp, he insisted to have html extension and still process the HTTP verbs, where it is POST method here. 

Situation becomes like this a static page wants to be read a dynamic page and process the values obtaining from POST method. Solution is to make the .html read as .asp with asp dll, just like we do html parse as php in Linux boxes Here are the steps to do it on a Windows 2003 machine

1. <strong>Start</strong> --> Run --> ...]]></description>
			<content:encoded><![CDATA[<p>On an html page, one of our customers was getting this issue. Despite asking him to change the extension to .asp, he insisted to have html extension and still process the HTTP verbs, where it is POST method here. </p>
<p>Situation becomes like this a static page wants to be read a dynamic page and process the values obtaining from POST method. Solution is to make the .html read as .asp with asp dll, just like we do html parse as php in Linux boxes Here are the steps to do it on a Windows 2003 machine</p>
<p>1. <strong>Start</strong> &#8211;> Run &#8211;> <strong>inetmgr</strong><br />
2. Websites &#8211;> website/domain name in question<br />
3. Right Click on the domain &#8211;> <strong>Properties</strong> &#8211;> <strong>Home Directory</strong> &#8211;> <strong>Configuration</strong><br />
4. In the tab <strong>Mappings</strong> &#8211;> <strong>Add an extension</strong> for .html and .htm , if it is missing (most cases it will be missing) and edit to add all verbs (POST, GET, HEAD are needed)<br />
5. Fields to be added are as below,</p>
<p><strong>Executable :</strong> C:\WINDOWS\system32\inetsrv\asp.dll<br />
<strong>Extension :</strong> .html<br />
<strong>Limit to :</strong> GET,HEAD,POST,TRACE</p>
<p>And Click Apply, OK <img src='http://www.supportsages.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  All is well !!</p>
<div class="tweetthis" style="text-align:left;"><p> <a  class="tt" href="http://twitter.com/home/?status=HTTP+405%3A+The+HTTP+verb+used+to+access+this+page+is+not+allowed+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F623" title="Post to Twitter"><img class="nothumb" src="http://www.supportsages.com/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a  class="tt" href="http://twitter.com/home/?status=HTTP+405%3A+The+HTTP+verb+used+to+access+this+page+is+not+allowed+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F623" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.supportsages.com/blog/2010/02/http-405-the-http-verb-used-to-access-this-page-is-not-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

