https://github.com/prabirshrestha/elmah.mysql
MySql provider for ELMAH
https://github.com/prabirshrestha/elmah.mysql
Last synced: 2 months ago
JSON representation
MySql provider for ELMAH
- Host: GitHub
- URL: https://github.com/prabirshrestha/elmah.mysql
- Owner: prabirshrestha
- License: other
- Created: 2010-07-15T04:49:02.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T07:07:11.000Z (about 2 years ago)
- Last Synced: 2025-02-10T03:42:37.573Z (4 months ago)
- Homepage:
- Size: 437 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Elmah.MySql
==========
MySql provider for ELMAH (Error Logging Modules And Handlers)Getting Started
----------------------### MySQL script
You will first of all need to execute the MySql script which can be found [here](http://github.com/prabirshrestha/ELMAH.MySql/blob/master/src/Elmah.MySql/MySql.sql)
Incase you download from the downloads tab, execute the mysql.sql script that comes with the binary distribution.### Web.Config
You will then need to add the errorLog type
## Download the latest binaries
You can download the latest binaries at [http://github.com/prabirshrestha/ELMAH.MySql/downloads](http://github.com/prabirshrestha/ELMAH.MySql/downloads)
## License
Elmah.MySql is intended to be used in both open-source and commercial environments. It is licensed under MIT license. (This license doesn't apply for MySql.Data.dll). Please review LICENSE.txt for more details.
#### Notes
If you are new to ELMAH refer to this [tutorial](http://dotnetslackers.com/articles/aspnet/ErrorLoggingModulesAndHandlers.aspx) on getting started with ELMAH.
[Prabir Shrestha](http://www.prabir.me)
Follow me on twitter [@prabirshrestha](http://www.twitter.com/prabirshrestha)