<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS 7 - Troubleshooting</title><link>http://forums.iis.net/1052.aspx</link><description>Questions relating to the new diagnostics engine in IIS 7 such as Failed Request Tracing</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: HTTP error 405 using DefaultDocumentModule</title><link>http://forums.iis.net/thread/1892539.aspx</link><pubDate>Fri, 06 Feb 2009 07:02:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892539</guid><dc:creator>suddenelfilio</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1892539.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1052&amp;PostID=1892539</wfw:commentRss><description>&lt;p&gt;That was indeed the solution. Thanks!&lt;/p&gt;</description></item><item><title>Re: HTTP error 405 using DefaultDocumentModule</title><link>http://forums.iis.net/thread/1892514.aspx</link><pubDate>Thu, 05 Feb 2009 22:39:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892514</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1892514.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1052&amp;PostID=1892514</wfw:commentRss><description>&lt;p&gt;When you connect to http://localhost/fifthplay.fifthcore.uploadserver - IIS has to send a courtesy redirect&amp;nbsp;to the url with the trailing / added so that any links in the response resolve correctly - however, most browsers will not re-post the entity body on a redirect, so the only option IIS has is to send a 405.&amp;nbsp; If, however, you request http://localhost/fifthplay.fifthcore.uploadserver/ (note the trailing /), it should work.&lt;/p&gt;</description></item><item><title>HTTP error 405 using DefaultDocumentModule</title><link>http://forums.iis.net/thread/1892513.aspx</link><pubDate>Thu, 05 Feb 2009 22:28:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892513</guid><dc:creator>suddenelfilio</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1892513.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1052&amp;PostID=1892513</wfw:commentRss><description>&lt;p&gt;Here is my setup:&lt;/p&gt;
&lt;p&gt;- an iis website with 1 application called fifthplay.fifthcore.uploadserver&lt;br /&gt;- there is only 1 browesable file called uploadhandler.ashx&lt;br /&gt;- all default documents are deleted and only uploadhandler.ashx is left as default document.&lt;br /&gt;- all verbs are allowed for the *.ashx extension&lt;br /&gt;- the website is only accessible through basic authentication.&lt;/p&gt;
&lt;p&gt;We have some client software that is connecting to the web server with basic authentication and using HTTP POST&lt;/p&gt;
&lt;p&gt;My problem is when&amp;nbsp; I try to connect to &lt;a href="http://localhost/fifthplay.fifthcore.uploadserver"&gt;http://localhost/fifthplay.fifthcore.uploadserver&lt;/a&gt;&amp;nbsp; with the client software I get a 405 Error. However when I connect directly to the &lt;a href="http://localhost/fifthplay.fifthcore.uploadserver/uploadhandler.ashx"&gt;http://localhost/fifthplay.fifthcore.uploadserver/uploadhandler.ashx&lt;/a&gt; page it works as expected.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve put FailedRequestTrace file online at &lt;a href="http://suddenelfilio.info:8081/trace/fr000013.xml"&gt;http://suddenelfilio.info:8081/trace/fr000013.xml&lt;/a&gt;&amp;nbsp;where you can see what happens.&lt;/p&gt;
&lt;p&gt;Any thoughts on how to solve this so I don&amp;#39;t need to supply the uploadhandler.ashx in the url?&lt;/p&gt;</description></item></channel></rss>