<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-35403832.post501275565257234458..comments</id><updated>2010-07-03T09:57:19.610+02:00</updated><category term='C#'/><category term='NAnt-Extensions'/><category term='Visual Studio'/><category term='Continuous Integration'/><category term='jQuery'/><category term='git'/><category term='TeamCity'/><category term='PDFWebViewer.NET'/><category term='.NET General'/><category term='SQL Server'/><category term='AJAX'/><category term='Sitefinity'/><category term='Castle'/><category term='MSBuild'/><category term='Servers'/><category term='ASP.NET MVC'/><category term='ASP.NET'/><title type='text'>Comments on Alanta Developer Notes: The mysterious problem with WebResource.axd</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.alanta.nl/feeds/501275565257234458/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default'/><link rel='alternate' type='text/html' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html'/><author><name>Marnix</name><uri>http://www.blogger.com/profile/00913090261390882195</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_G_mDY8FPULY/S1Agl88Q1qI/AAAAAAAAAAc/3rqXrGO2sNM/S220/ikke2.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-35403832.post-695565805337487410</id><published>2010-07-02T18:57:08.849+02:00</published><updated>2010-07-02T18:57:08.849+02:00</updated><title type='text'>Thank you. Your hint (worker process) probably sav...</title><content type='html'>Thank you. Your hint (worker process) probably saved me a lot of time.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default/695565805337487410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default/695565805337487410'/><link rel='alternate' type='text/html' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html?showComment=1278089828849#c695565805337487410' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html' ref='tag:blogger.com,1999:blog-35403832.post-501275565257234458' source='http://www.blogger.com/feeds/35403832/posts/default/501275565257234458' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1728234183'/></entry><entry><id>tag:blogger.com,1999:blog-35403832.post-4613727065173424153</id><published>2008-03-24T22:49:00.000+01:00</published><updated>2008-03-24T22:49:00.000+01:00</updated><title type='text'>Thanks for the solution.  I was running into some ...</title><content type='html'>Thanks for the solution.  I was running into some additional problems after your proposed change, but once I resolved all of those it now seems to be working fine.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default/4613727065173424153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default/4613727065173424153'/><link rel='alternate' type='text/html' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html?showComment=1206395340000#c4613727065173424153' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html' ref='tag:blogger.com,1999:blog-35403832.post-501275565257234458' source='http://www.blogger.com/feeds/35403832/posts/default/501275565257234458' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-856177899'/></entry><entry><id>tag:blogger.com,1999:blog-35403832.post-727022112468714602</id><published>2008-03-21T21:31:00.000+01:00</published><updated>2008-03-21T21:31:00.000+01:00</updated><title type='text'>The point of the note is that you should not overr...</title><content type='html'>The point of the note is that you should not override WebResource.axd. ASP.NET needs this URL to map to it's internal handler and it will check your configuration to see if this is the case. If you map webresource.axd to your custom handler instead, ASP.NET will detect this and throw the exception.&lt;BR/&gt;By registering your handler after the webresource.axd handler you could get the effect of mapping all urls except webresource.axd to a custom handler.&lt;BR/&gt;I hope this helps...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default/727022112468714602'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default/727022112468714602'/><link rel='alternate' type='text/html' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html?showComment=1206131460000#c727022112468714602' title=''/><author><name>Marnix</name><uri>http://www.blogger.com/profile/00913090261390882195</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://www.nixxie.nl/blog/ikke.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html' ref='tag:blogger.com,1999:blog-35403832.post-501275565257234458' source='http://www.blogger.com/feeds/35403832/posts/default/501275565257234458' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2146392594'/></entry><entry><id>tag:blogger.com,1999:blog-35403832.post-2575311557280501911</id><published>2008-03-21T19:53:00.000+01:00</published><updated>2008-03-21T19:53:00.000+01:00</updated><title type='text'>I've inherited some code that has this problem cau...</title><content type='html'>I've inherited some code that has this problem caused by the note at the bottom of your blog.  Basically the guy wrote a handler that handles every (*) path.  The thing is, I'm not quite sure I understand what you are saying the solution is.&lt;BR/&gt;&lt;BR/&gt;He has his handler looking for trace.axd so that it can create the expected handler and use that in that instance, but if I try to do the same thing for WebResource.axd I get the error mentioned above before the code ever even gets to my handler.&lt;BR/&gt;&lt;BR/&gt;Would you mind posting a possible solution for the note at the bottom?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default/2575311557280501911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35403832/501275565257234458/comments/default/2575311557280501911'/><link rel='alternate' type='text/html' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html?showComment=1206125580000#c2575311557280501911' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.alanta.nl/2007/10/mysterious-problem-with-webresourceaxd.html' ref='tag:blogger.com,1999:blog-35403832.post-501275565257234458' source='http://www.blogger.com/feeds/35403832/posts/default/501275565257234458' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-274623524'/></entry></feed>
