<?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>ASP.NET Administration</title><link>http://forums.iis.net/1038.aspx</link><description>A forum discussion around administering, configuring, and limited usage on ASP.NET 1.x, 2.x</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: ASP.NET Application deployment problems</title><link>http://forums.iis.net/thread/1870560.aspx</link><pubDate>Fri, 30 May 2008 12:24:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870560</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870560.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1038&amp;PostID=1870560</wfw:commentRss><description>&lt;p&gt;Yes, that&amp;#39;s it.&lt;/p&gt;</description></item><item><title>Re: ASP.NET Application deployment problems</title><link>http://forums.iis.net/thread/1870538.aspx</link><pubDate>Fri, 30 May 2008 03:21:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870538</guid><dc:creator>steve schofield</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870538.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1038&amp;PostID=1870538</wfw:commentRss><description>&lt;p&gt;I believe Tom is referring to extension-less based requests.&amp;nbsp; I did a search and found these few posts.&amp;nbsp; Hope this helps.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.iis.net/t/1130357.aspx"&gt;http://forums.iis.net/t/1130357.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://forums.iis.net/p/1146629/1858425.aspx"&gt;http://forums.iis.net/p/1146629/1858425.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://forums.iis.net/t/1092244.aspx"&gt;http://forums.iis.net/t/1092244.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.google.com/search?hl=en&amp;amp;q=site%3Aforums.iis.net+extensionless"&gt;http://www.google.com/search?hl=en&amp;amp;q=site%3Aforums.iis.net+extensionless&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: ASP.NET Application deployment problems</title><link>http://forums.iis.net/thread/1870515.aspx</link><pubDate>Thu, 29 May 2008 21:41:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870515</guid><dc:creator>twu027</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870515.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1038&amp;PostID=1870515</wfw:commentRss><description>&lt;p&gt;Thanks Tom, that would be a great help&lt;/p&gt;</description></item><item><title>Re: ASP.NET Application deployment problems</title><link>http://forums.iis.net/thread/1870513.aspx</link><pubDate>Thu, 29 May 2008 21:35:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870513</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870513.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1038&amp;PostID=1870513</wfw:commentRss><description>&lt;p&gt;It&amp;#39;s been discussed before and I can&amp;#39;t find a reference right now, but the issue is w/o a file extension, IIS doesn&amp;#39;t know if this is a file or folder that&amp;#39;s being requested.&amp;nbsp; Let me see what I can find ...&lt;/p&gt;</description></item><item><title>ASP.NET Application deployment problems</title><link>http://forums.iis.net/thread/1870509.aspx</link><pubDate>Thu, 29 May 2008 20:38:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870509</guid><dc:creator>twu027</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870509.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1038&amp;PostID=1870509</wfw:commentRss><description>&lt;p&gt;First, I would like to know, if my application works perfectly under the development server comes with VS2005, does it mean I could successfully deploy my application under IIS (5.1) ? Or it is not always the case? &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Second, I have the following configurations in my web.config file:&lt;/p&gt;
&lt;p&gt;&amp;lt;httpHandlers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;get&amp;quot; type=&amp;quot;KiwiWebServer.AspCompatSTAHandler&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;default.aspx&amp;quot; type=&amp;quot;KiwiWebServer.AspCompatSTAHandler&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;post&amp;quot; type=&amp;quot;KiwiWebServer.AspCompatSTAHandler&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;logOut&amp;quot; type=&amp;quot;KiwiWebServer.AspCompatSTAHandler&amp;quot;/&amp;gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;lt;/httpHandlers&amp;gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;it works perfectly under the development server with vs 2005&lt;/p&gt;
&lt;p&gt;but it doesn&amp;#39;t work very well under IIS. IIS did transfer the request to default.aspx to my custom handler. but not the paths like &amp;quot;get&amp;quot;, &amp;quot;post&amp;quot;, or &amp;quot;logout&amp;quot;&lt;/p&gt;
&lt;p&gt;instead it returns me the error 404 resource not found. &lt;/p&gt;
&lt;p&gt;So which means the IIS 5.X or 6.0 can not deal with the requested files without extensions?&lt;/p&gt;
&lt;p&gt;like in my case, the full URL is &lt;/p&gt;
&lt;p&gt;&lt;a href="http://localhost/get?page=home"&gt;http://localhost/get?page=home&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;the IIS was unable to route the requests to my handler class, instead gives me the 404.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;anyone can help?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Tony&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My application is XML based, customized the web application, It only contains the default.aspx page. I generate the rest by my application. So I have to redirect all the requests such like&lt;/p&gt;
&lt;p&gt;http://localhost/XXX/get?page=home to my handler to handle it. &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Can someone help please?&lt;/p&gt;</description></item></channel></rss>