Change the config lines to the original ones:
<healthMonitoring heartbeatInterval="10800" enabled="true">
<providers>
<remove name="SqlWebEventProvider"/>
<add name="SqlWebEventProvider" connectionStringName="LocalSqlServer" buffer="false" bufferMode="Notification" maxEventDetailsLength="1073741823" type="System.Web.Management.SqlWebEventProvider,Sy stem.Web,Version=2.0.0.0,Culture=neutral,PublicKey Token=b03f5f7f11d50a3a"/>
</providers>
<eventMappings>
<add name="TBH Events" type="MB.TheBeerHouse.WebCustomEvent, MB.TheBeerHouse.CustomEvents"/>
</eventMappings>
<rules>
<clear/>
<add name="TBH Events" eventName="TBH Events" provider="SqlWebEventProvider" profile="Critical"/>
<add name="All Errors" eventName="All Errors" provider="SqlWebEventProvider" profile="Critical"/>
<add name="Failure Audits" eventName="Failure Audits" provider="SqlWebEventProvider" profile="Critical"/>
<add name="Heartbeats" eventName="Heartbeats" provider="SqlWebEventProvider" profile="Critical"/>
</rules>
</healthMonitoring>
And put the MB.TheBeerHouse.CustomEvents.dll & MB.TheBeerHouse.CustomEvents.pdb into the BIN folder
|