Enterprise Library Database Logging
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello guyz, I am using Enterprise Library 2.0 and trying to do logging in database. What I have found is that if I use a database where I have integrated security on I can use my database listener to use database for logging but when i use Integrated Security = false with user id = sa and password = abs then Enterprise Library doesnt do any logging in database. I must use user from database e.g "sa" I am not suppose to use integrated security. Any idea how can I do it? Thanks in advance.