« Previous Next »

Answered Thread: IIS7 classic asp and Session Problem

Last post 07-13-2009 8:33 AM by Leo Tang - MSFT. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 07-07-2009, 5:39 AM

    IIS7 classic asp and Session Problem

    I am getting Following error in my application which is running on Windows Server 2008, IIS7 and SS2008

    ______ERROR______

    error '8002801c' /LM/W3SVC/1/ROOT/FLEETSERVICES/global.asa, line 38

    ______Which corresponds to below code_______

    Sub Session_OnStart

    Response.Redirect("/Fleetservices/default.asp?URL=" & Request.Cookies("InfoSys")("URL")) dim dtLastMonth dtLastMonth = DateAdd("m", -1, now)

    Session("WorkingDate") = DateSerial(Year(dtLastMonth), Month(dtLastMonth), 1)

    End Sub

    ____I tried____

    http://blogs.iis.net/lprete/archive/2009/01/04/session-onend-classic-asp-and-iis-7-0.aspx

    appcmd set config /section:system.webServer/asp /runOnEndAnonymously:false but still the error is coming.

    __WHAT NOW__ ???

  • 07-13-2009, 8:33 AM In reply to

    Answered Re: IIS7 classic asp and Session Problem

    Hi,

    Generally, the error '8002801c' indicates it is a registry related issue. Could you post the detailed error message here ?

    Also, you can run Process Monitor to determine the root cause. Open Process Monitor and isolate the work process w3wp.exe, then reproduce this issue. There should be some  failed events can help use address the cause.1

    Leo Tang
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (2 items)
Microsoft Communities