I am building a C # / Asp.Net web application (FW 2.0) and I was wondering where I should keep the error log entry.
I could write it in a file on the server, but to me this seems implausible. This would be incompatible with the idea of a database.
Another gentle answer in the database, but what happened if I have no connection with the database. If the client receives a database connection error, what should I do (because the server and the database are not on the same machine, obviously)?
Your suggestions are welcome.
What are you
Edit: I'm talking about basic bug reporting here, please don’t address things like large frameworks like log4net.
source
share