I have MVC 2.0 web application and different development and testing environments on dev IIS 7.5 - x64 on testing IIS 6.0 - x86
I am configured elmah to work on dev but i cant get it work on testing.
I have all config sections from elmah in place for both environments. On dev Elmah not working (logging not working) and when i am requesting elmah page from testing http://mywebsite/elmah.axd i am getting response The page cannot be found.
Web site working well in all environments, the problem only with elmah. I was playing with different options, cant get it work :(
i am posting full config section but cant get it invisible here. my config section 100% the same like on this post: http://stackoverflow.com/questions/933554/elmah-not-working-with-asp-net-site/1175023#1175023
-----UPDATES-----FIXED--------
Finally I am fixed this. The root of the problem: When i did setup web site in IS 6 on testing i didn't unchecked "Verify if file exists on server" when i added wildcards. The Solution: I just unchecked this one("Verify if file exists on server" on IIS wildcards settings) and everything working fine.