Page 1 of 1

Error logs in production with Entity Framework

Posted: Sun 22 Feb 2009 17:09
by estern
The connection information is stored in the web.config file

If the connection information is incorrect does the dotConnect component log an error message anywhere?

Posted: Tue 24 Feb 2009 08:04
by AndreyR
No logging is available. You will obtain an exception on the wrong connection's opening, and this exception can be logged as any other exception.

Logs are available

Posted: Sat 07 Mar 2009 22:17
by estern
Microsoft has provided instructions

http://msdn.microsoft.com/en-us/library/ms732023.aspx