I have created my own custom httpmodule to handle url rewriting so that urls like www.contoso.com/help/default.aspx will point to www.contoso.com/default.aspx where the actual resource is located. This works fine, but because of my implementation of an httpmodule I am having problems with ScriptResource.axd not being run properly to add the javascript needed to perform button clicks or functionality afforded by ajax. I have IIS7 set to use the classic pipeline app pool. I have also ensured that the web.config file has the necessary information in it. I have pasted this information below. Can someone identify something that I have missed or should have configured differently?