I am getting 404 for elmah.axd even after I've added the <system.webServer> section as per
http://stackoverflow.com/questions/933554/elmah-not-working-with-asp-net-site/1175023#1175023. Not sure where to look next.
- Windows 2008 R2 - IIS 7.5 - 64-bit
- elmah version 1.2 - SP2
- This is a server setup - the dll is strong signed and installed to GAC
- The web.config being modified is in C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
- all references to Elmah in web.config have publictoken:
e.g. <section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah, Version=1.2.14706.0, Culture=neutral, PublicKeyToken=4bd720b25a3a99d4"/>
- <security allowRemoteAccess="1"/>
Thanks in advance for sharing your insight.