Just found a useful FAQ about exclude some httpmodule inheritance in ASP.NET web application(from parent ASP.NET application). It demonstrate two approaches: 1. Modify the parent web.config file to disable child app inheritance(element based) 2. Explicitlly
Read More...