locked
Worker Process Fail with Object reference not set to an instance of an object RRS feed

  • Question

  • I am working on an ASP.net application, Inconsistently the application crashes with following error message by message it seems Worker Process/IIS crashes.

    I have observed that before actually application crashes, multiple times ASP.net warning gets generated.

    Some time application automatically recover from this state and start working but the last resort is reset the IIS.

    Exception type: NullReferenceException 
    Exception message: Object reference not set to an instance of an object.
    at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
    at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
    

    Can someone help me with what may be wrong here, is there a bug in Microsoft IIS or Framework. I am using IIS 7.5, Windows 2008 and Microsoft UIP framework.

    • Moved by Fred Bao Wednesday, August 19, 2015 7:17 AM IIS Related
    Tuesday, August 18, 2015 11:27 AM

Answers

  • Hi Vikassony,

    Thanks for posting in MSDN forum.

    Based on your description, your case more related to Asp.Net IIS, please redirect this issue to IIS forum for better support.

    http://forums.iis.net/

    Best regards,

    Kristin




    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    • Proposed as answer by Just Karl Wednesday, August 19, 2015 4:11 PM
    • Marked as answer by Just Karl Friday, August 28, 2015 5:15 PM
    Wednesday, August 19, 2015 7:16 AM