Hello,
I'm got the below error. I got details from the Event Viewer.
I restarted the IIS Admin Service,etc. I even restarted my computer.
At last I changed the build option to release from debug and got the web application working.
Does any one had the same problem?
Any comments, thanks?
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Event code: 3005
Event message: An unhandled exception has occurred.
Exception information:
Exception type: ThreadAbortException
Exception message: Thread was being aborted.
Stack trace: at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)