IIS6 and ASP.NET Whidbey strange behavior

  • Thread starter Thread starter Felipe Garcia
  • Start date Start date
F

Felipe Garcia

I have a distributed application that uses remoting, httpmodules.. that runs
fine under IIS6(using IIS5 isolation mode). But when we try to run the same
application under IIS6(using worker process isolation mode) we have some
strange behaviours like white screens and some buttons clicks that doesn't
work(these case we have to click at least twice to make the click work).

Does anyone know what is happening ? Any help will be appreciated.


Thanks.
 
I checked event viewer, and found that asp.net logged the following message:
Event Type: Warning
Event Source: ASP.NET 2.0.40607.0
Event Category: None
Event ID: 1077
Date: 1/14/2005
Time: 4:53:34 PM
User: N/A
Computer: DEV-SMPWEB01
Description:
Failed to process request.

Exception: System.NullReferenceException
Message: Object reference not set to an instance of an object.
StackTrace: at System.Web.Hosting.ISAPIWorkerRequest.EndOfRequest()
at System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext
context, Exception e)
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
at
System.Web.Hosting.HostingEnvironment.DispatchHttpWorkerRequestInternal(HttpWorkerRequest
wr)
at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32
iWRType)

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Does anyone have seen this before ?
 
Report it as a Whidbey bug.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Felipe Garcia" <#> wrote in message
I checked event viewer, and found that asp.net logged the following message:
Event Type: Warning
Event Source: ASP.NET 2.0.40607.0
Event Category: None
Event ID: 1077
Date: 1/14/2005
Time: 4:53:34 PM
User: N/A
Computer: DEV-SMPWEB01
Description:
Failed to process request.

Exception: System.NullReferenceException
Message: Object reference not set to an instance of an object.
StackTrace: at System.Web.Hosting.ISAPIWorkerRequest.EndOfRequest()
at System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext
context, Exception e)
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
at
System.Web.Hosting.HostingEnvironment.DispatchHttpWorkerRequestInternal(Http
WorkerRequest
wr)
at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32
iWRType)

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Does anyone have seen this before ?
 
Back
Top