« Previous Next »

Thread: Broke in Vista RC-1 - Atlas Toolkit using Integrated Mode

Last post 10-04-2006 12:24 PM by mvolo. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 10-01-2006, 11:19 AM

    Broke in Vista RC-1 - Atlas Toolkit using Integrated Mode

    Worked in Beta2 - workaround is to switch to Classic .Net App Pool. Looks like the Web Resource packaging is using a new class in II7 that will require a rebuild for Atlas. Here's the error message:

    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 10/1/2006 10:46:03 AM
    Event time (UTC): 10/1/2006 2:46:03 PM
    Event ID: ea93aed49e19463288f061359dd473d7
    Event sequence: 38
    Event occurrence: 7
    Event detail code: 0
     
    Application information:
        Application domain: /LM/W3SVC/4/ROOT-1-128041873904464868
        Trust level: Medium
        Application Virtual Path: /
        Application Path: C:\Program Files\Microsoft ASP.NET\Atlas\Atlas Toolkit\SampleWebSite\
        Machine name: xxx


    Process information:
        Process ID: 2712
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE
     
    Exception information:
        Exception type: InvalidCastException
        Exception message: Unable to cast object of type 'WebResourceWorkerRequest' to type 'System.Web.Hosting.IIS7WorkerRequest'.
     
    Request information:
        Request URL: http://localhost/WebResource.axd?d=RS-ssM5lE9Qd5y_eMwRQDg2&z=1
        Request path: /WebResource.axd
        User host address: ::1
        User: 
        Is authenticated: False
        Authentication Type: 
        Thread account name: NT AUTHORITY\NETWORK SERVICE
     
    Thread information:
        Thread ID: 1
        Thread account name: NT AUTHORITY\NETWORK SERVICE
        Is impersonating: False
        Stack trace:    at System.Web.HttpResponse.set_Filter(Stream value)
       at Microsoft.Web.Services.WebResourceCompressionModule.OnPreRequestHandlerExecute(Object sender, EventArgs e)
       at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
     
     
    Custom event details:

  • 10-04-2006, 12:24 PM In reply to

    • mvolo
    • Top 25 Contributor
    • Joined on 09-17-2003, 9:48 AM
    • Philadelphia, PA
    • Posts 584
    • IIS MVPs

    Re: Broke in Vista RC-1 - Atlas Toolkit using Integrated Mode

    This is due to a non-essential piece of Atlas having an issue with the new ASP.NET Integration mode.  This is fixed in a subsequent release by removing the module from the Atlas web.config file (you probably got it when you migrated the Atlas configuration, bringing this module over from the httpModules section):

    <modules>
         <add name="..." type="Microsoft.Web.Services.WebResourceCompressionModule" />
    </modules>

    This will provide a workaround for this build of Atlas.  In the LH Server timeframe, the IIS team will provide a better option for dynamically compressing Atlas resources using the native IIS dynamic compression feature.

    Thanks,
    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (2 items)
Microsoft Communities