Previous Next

Thread: serving up ASP.NET 1.1 on Win 2008/II7 in 32-bit mode

Last post 03-22-2008 2:05 PM by sc000ter. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 03-21-2008, 6:25 PM

    • sc000ter
    • Not Ranked
    • Joined on 03-21-2008, 6:14 PM
    • Posts 2

    serving up ASP.NET 1.1 on Win 2008/II7 in 32-bit mode

    Hello!

     I have installed Windows Server 2008 Standard, IIS7, have installed .NET 1.1, have made the adjustments to run IIS7 in 32-bit mode so I can run 1.1 and 2.0 stuff side-by-side.  I should also mention that I have VS 2003/2005/2008 running (even though Windows 2008 doesn't like 2003, I stuck it on there. :))  This is a dev box.

     I can serve up 2.0 pages, however when I navigate to a 1.1 virtual under my Default web site (set to run in a 1.1 application pool in 32-bit mode), I get a nice friendly error stating IIS worker process was shut down and a generic "can't display page" in IE.

    I get this nice error in the System Event Log with a source of WAS:

    A process serving application pool 'ASP.NET 1.1' suffered a fatal communication error with the Windows Process Activation Service. The process id was '1820'. The data field contains the error number.

    And I get this gem from the Application log:

    Faulting application w3wp.exe, version 7.0.6001.18000, time stamp 0x47919413, faulting module unknown, version 0.0.0.0, time stamp 0x00000000, exception code 0xc0000005, fault offset 0x00376390, process id 0x71c, application start time 0x01c88b9b0de5420d.

    I am at my wit's end trying to solve this problem.  I went ahead and made a Virtual machine on my box with Win2K3 on it so I can do 1.1 development.

    Any ideas on what I can do to solve this issue so I don't have to launch a VM whenever I do 1.1 development?  I can't upgrade this app to 2.0 just yet....

     Thanks for any and all help!

    Brian

  • 03-22-2008, 2:34 AM In reply to

    • thomad
    • Top 25 Contributor
    • Joined on 08-20-2002, 3:28 PM
    • Redmond
    • Posts 387

    Re: serving up ASP.NET 1.1 on Win 2008/II7 in 32-bit mode

     You can't run 1.1 and 2.0 in the same AppPool. You have to create a new AppPool and set the .NET Framework Version to 1.1. ASP.NET 1.1 setup creates an "ASP.NET 1.1" AppPool as far as I remember. You can assign your 1.1 app into this AppPool.

    Here is how you check the .NET Framework version:
    INETMGR - click the Application Pools node and double-click your AppPool.

     Assign your app to a new AppPool:
    Select your application in INETMGR, click the "Basic Settings..." tab in the Actions menu on the right hand side. Select an 1.1 AppPool

    Thomas Deml
    Senior Program Manager
    Internet Information Services
    Microsoft Corp.
  • 03-22-2008, 2:05 PM In reply to

    • sc000ter
    • Not Ranked
    • Joined on 03-21-2008, 6:14 PM
    • Posts 2

    Re: serving up ASP.NET 1.1 on Win 2008/II7 in 32-bit mode

    I have 4-5 different app pools.  1 app pool is 1.1, the rest are 2.0.  My 1.1 app is set to use the 1.1 app pool.  No other apps are set to use that 1.1 app pool.

     No go.

Page 1 of 1 (3 items)
Page view counter