Event log file is full

T

Tony A.

I creating an ASP .Net application with a SQL Server database backend. When
I try to create as connection using the wizard the following error appears
"The event file log is full.

How can I clear this file? Where is the file located. Any assistance is
appreciated.
 
J

Joe Cool

I creating an ASP .Net application with a SQL Server database backend.  When
I try to create as connection using the wizard the following error appears
"The event file log is full.

How can I clear this file?  Where is the file located.  Any assistance is
appreciated.

I recommend doing some research into the System.Diagnostics.EventLog
Class.
 
C

Chris Dunaway

I creating an ASP .Net application with a SQL Server database backend. When
I try to create as connection using the wizard the following error appears
"The event file log is full.

How can I clear this file? Where is the file located. Any assistance is
appreciated.

Try this:

Right click on My Computer and choose Manage
Expand the Event Viewer node and you should see the logs.
Right click the event log in question and choose properties.
Under Log Size choose the option that says "Overwrite events as
needed".

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top