Error logs in production with Entity Framework

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
estern
Posts: 19
Joined: Tue 27 Jan 2009 18:59

Error logs in production with Entity Framework

Post by estern » Sun 22 Feb 2009 17:09

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?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 24 Feb 2009 08:04

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.

estern
Posts: 19
Joined: Tue 27 Jan 2009 18:59

Logs are available

Post by estern » Sat 07 Mar 2009 22:17

Microsoft has provided instructions

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

Post Reply