Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From StackOverFlow.com (http://stackoverflow.com/questions/6491273/elmah-and-asp-net-mvc-3)
- 1.Nuget Elmah.mvc
- 2.URL is http://yourapp/admin/elmah
- 3.https://github.com/alexanderbeletsky/elmah.mvc.controller#readme
- 4.http://www.beletsky.net/2011/03/integrating-elmah-to-aspnet-mvc-in.html
- 5.https://github.com/alexanderbeletsky/elmah.mvc.controller
- *It turned out step 1 and 2 can be combined by nuget-ing "elmah on xml log", which will set up web.config so elmah will log errors into separate xml files. So no need to edit the config by hand at all, except to further customize elmah.
- Step 3 is still necessary.
Advertisement
Add Comment
Please, Sign In to add comment