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