Connecting Tech Pros Worldwide Help | Site Map

IIS 5.1, WinXP and ASP.NET 2.0

  #1  
Old June 4th, 2009, 12:11 AM
codegecko's Avatar
Moderator
 
Join Date: May 2007
Location: United Kingdom
Posts: 396
Hi guys,

Headache. My local dev machine running Win XP Pro SP3 with IIS 5.1 is driving me nuts.
Every time (and I mean every time) I try and access an ASP.NET site on http://localhost/, IIS crashes on me. To get it working, I have to kill the inetinfo.exe process, then go into Services and restart IIS Admin and World Wide Web Publishing services.

I have tried uninstalling/reinstalling ASP.NET to IIS but this hasn't worked.
Application logs have nothing in them except that the relevant services have died - no error codes or anything. The closest I get is that it's a fault in webengine.dll, fault address 0x0002d640, and Google is returning zilch when searching for these terms.

Does anyone have any other guesses? I'm trying to find a needle in a haystack.

Cheers,

codegecko
  #2  
Old June 17th, 2009, 08:49 PM
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North :)
Posts: 4,940
Provided Answers: 8

re: IIS 5.1, WinXP and ASP.NET 2.0


Make sure that your frameworks aren't corrupted.
I had a similar issue (not exactly the same) a while back and it turned out to be that something was corrupted in my 1.1 Framework. I had to uninstall all of my frameworks to fix the problem.

I don't know if this will help and since it's a long and very annoying process I would recommend searching for other possible fixes first.
  #3  
Old June 17th, 2009, 09:12 PM
codegecko's Avatar
Moderator
 
Join Date: May 2007
Location: United Kingdom
Posts: 396

re: IIS 5.1, WinXP and ASP.NET 2.0


I eventually uninstalled .NET 1.1 and .NET 2.0, followed by re-installing IIS (which seemed to be the consensus when Googling around), which did seem to work.
However, the problem seems to be re-surfacing, which is highly annoying - fortunately it's not major, as I've now managed to make most of my projects run on Cassini without hassle.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server Unavailable - ASP.NET 2.0 on Windows XP Jon B answers 17 May 1st, 2006 02:05 PM
How can I run asp.net in other computers.... Vanga Sasidhar answers 6 November 18th, 2005 08:50 AM
How can I run asp.net in other computers.... Vanga Sasidhar answers 6 November 18th, 2005 08:23 AM
How can I run asp.net in other computers.... Vanga Sasidhar answers 8 November 18th, 2005 07:49 AM
asp.net on xp home? Nate Hekman answers 4 November 17th, 2005 11:05 PM