Custom Application in ISV Folder Not Working
February 20, 2010 1 Comment
One of the most common issues that I have found developers’ experiencing with custom applications not working when placed in the MSCRM ISV folder is when the httpModules section of the web.config does not include the <clear /> element. The <clear /> element prevents Microsoft CRM’s httpModules from trying to process the custom aspx pages.
<httpModules>
<clear />
…your own module elements can go here still…
</httpModules>




Hi there.
Please tell me what do you do if you are having a similar problem with httpRuntime as this does not support clear ? (i.e. I need to switch off inheritance of the httpRuntime in my applications web.config)
Cheers.
Oliver.