<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.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/"><channel><title>HttpHandlers and HttpModules</title><link>http://forums.asp.net/27.aspx</link><description>Extending the ASP.NET Framework through HttpModules and HttpHandlers.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Wildcard configuration for HttpHandler</title><link>http://forums.asp.net/thread/2036986.aspx</link><pubDate>Mon, 03 Dec 2007 01:12:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2036986</guid><dc:creator>mbanavige</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2036986.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=2036986</wfw:commentRss><description>&lt;p&gt;If you refer to part 2 of that article, you&amp;#39;ll see that the wildcard mapping needs to occur at the IIS level.&amp;nbsp; This is necessary to direct all requests (regardless of their extension) to&amp;nbsp;aspnet_isapi.dll.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Wildcard configuration for HttpHandler</title><link>http://forums.asp.net/thread/2036937.aspx</link><pubDate>Sun, 02 Dec 2007 23:13:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2036937</guid><dc:creator>wpw</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2036937.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=2036937</wfw:commentRss><description>&lt;p&gt;Thanks lot, that is a good one, I think the point is the following part in web.config file and which redirects all the .aspx files.&lt;/p&gt;&lt;pre&gt;&amp;lt;httpHandlers&amp;gt;
    &amp;lt;add verb=&amp;quot;*&amp;quot; 
         path=&amp;quot;*.aspx&amp;quot; 
         type=&amp;quot;PageBuilder, AssemblyName&amp;quot;/&amp;gt;
&amp;lt;/httpHandlers&amp;gt;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;This works fine with files with known extension, but it does not work when I put the wildcard as below;&lt;/pre&gt;&lt;pre&gt;&lt;pre&gt;&amp;lt;httpHandlers&amp;gt;
    &amp;lt;add verb=&amp;quot;*&amp;quot; 
         path=&amp;quot;*.*&amp;quot; 
         type=&amp;quot;PageBuilder, AssemblyName&amp;quot;/&amp;gt;
&amp;lt;/httpHandlers&amp;gt;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;I might be doing something definitly wrong here but I still could;t find it&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;/pre&gt;</description></item><item><title>Re: Wildcard configuration for HttpHandler</title><link>http://forums.asp.net/thread/2033669.aspx</link><pubDate>Fri, 30 Nov 2007 01:34:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2033669</guid><dc:creator>mbanavige</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2033669.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=2033669</wfw:commentRss><description>&lt;p&gt;It&amp;#39;s possible.&lt;/p&gt;
&lt;p&gt;give this a read: &lt;a href="http://somenewkid.blogspot.com/2006/05/charlie-has-cool-urls-part-1.html"&gt;http://somenewkid.blogspot.com/2006/05/charlie-has-cool-urls-part-1.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Wildcard configuration for HttpHandler</title><link>http://forums.asp.net/thread/2033654.aspx</link><pubDate>Fri, 30 Nov 2007 01:09:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2033654</guid><dc:creator>wpw</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2033654.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=27&amp;PostID=2033654</wfw:commentRss><description>Hi Just a simple clarification, which I could&amp;#39;t manage to fine while googling, can we configure a HttpHandler to handle any type of url, includinf the once without any files attached at the end just like http://mysever/testsite/ and any file extension when the file is not existing? Thanks in advance wpw</description></item></channel></rss>