Skip to content

Commit c58360b

Browse files
update readme
1 parent 2a9a71b commit c58360b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Be advised that two of the four Oracle options (OracleClient9Managed, OracleClie
6969
## Configuration Code
7070

7171
As-is, this will create the appropriate tables in your database but there's a little more you'll need to do (read below) so you won't get more in the logs than you actually want. This example would log to a MySQL database (and would required the MySQL.Data package installed), but you can easily point it to other databases.
72+
73+
In a web application, you should put this configuration code in the `Application_Start` method of `global.asax`.
7274
```
7375
using System;
7476
using System.Configuration;

0 commit comments

Comments
 (0)