Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 05, 2012 05:05 PM by lesponce
Member
108 Points
313 Posts
May 05, 2012 04:50 PM|LINK
integrated pipeline
May 05, 2012 05:05 PM|LINK
If I'm using IIS7 and an integrated application......am I missing something on the system.webServer tag... specially on these two lines:
<validation validateIntegratedModeConfiguration="false"/>
<modules runAllManagedModulesForAllRequests="true">
=============
<system.webServer>
<remove name="ErrorLog"/>
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler"/>
</modules>
<handlers>
<add name="Elmah" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" reCondition="integratedMode"/>
</handlers> </system.webServer>
lesponce
Member
108 Points
313 Posts
Re: ELMAH not logging Exceptions in IIS7?
May 05, 2012 04:50 PM|LINK
integrated pipeline
lesponce
Member
108 Points
313 Posts
Re: ELMAH not logging Exceptions in IIS7?
May 05, 2012 05:05 PM|LINK
If I'm using IIS7 and an integrated application......am I missing something on the system.webServer tag... specially on these two lines:
<validation validateIntegratedModeConfiguration="false"/>
<modules runAllManagedModulesForAllRequests="true">
=============
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules runAllManagedModulesForAllRequests="true">
<remove name="ErrorLog"/>
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler"/>
</modules>
<handlers>
<add name="Elmah" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" reCondition="integratedMode"/>
</handlers> </system.webServer>