-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use in global.asax? #14
Comments
This is automatically done on your behalf here: Line 45 in 828c450
Lines 213 to 221 in 828c450
It registers all of the following modules: Lines 223 to 235 in 828c450
Hope this clears up the connection. |
The readme states: "If you do not want to use Global.asax,.." and then goes on to give an example of a static class and method but I've been looking all over the place to see how to use this if we wanted to use the PreStartInitialize as mentioned earlier in the readme. From what I understand I would use HttpApplication.RegisterModule(elmahErrorModule.GetType) but I'm not getting the connection between that and bootstrapper and how to actually configure the mail settings so that they are not stored in the web.config.
Thanks!
The text was updated successfully, but these errors were encountered: