Answered by:
The Server failed to lead application '/LM/W3SVC/1/ROOT'. The error was 'Class not registered

-
Windows XP Pro, IIS Version is 5.1. have the problem as follow
The Server failed to load application '/LM/W3SVC/1/ROOT'. The error was 'Class not registered. The Event error ID is 36.
this cause me unable to execute asp file. i have uninstall and install again the IIS for many times. anybody have the solution for this problem ?
Thanks,
Saturday, December 16, 2006 11:10 AM
Question
Answers
-
Try following before re-install IIS if you can't find Distributed Transaction Coordinator in your Services console.
Launch command prompt and run the following command.
>msdtc -install
>net start msdtcThen try re-install IIS. This problem is related to the previous topic.
New xp pro machine, MSDTC not installed or configured?
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=881749&SiteID=1Wednesday, December 20, 2006 2:43 PM
All replies
-
I assume you diabled Distributed Transaction Coordinator Service which you can check in the Services console in the adminitrative tools.
Try running Distributed Transaction Coordinator, uninstall/install IIS, and access to your asp page.
Wednesday, December 20, 2006 2:38 PM -
Try following before re-install IIS if you can't find Distributed Transaction Coordinator in your Services console.
Launch command prompt and run the following command.
>msdtc -install
>net start msdtcThen try re-install IIS. This problem is related to the previous topic.
New xp pro machine, MSDTC not installed or configured?
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=881749&SiteID=1Wednesday, December 20, 2006 2:43 PM -
The solution worked fine for me !!!
I was starting to go crazy :)
Thanks a lot for your usefull answer
Tuesday, January 11, 2011 2:02 AM -
Excellent!!! It worked for me too!!..
Thank you very much!
Wednesday, March 30, 2011 10:33 PM -
I just love you people with all the answers. This solution worked perfect for me. Keep up the great work.Thursday, June 23, 2011 6:46 PM
-
Unfortunately, this didn't work for me and I've been around and around on this for most of the week. At this point I'm simply going in circles.
Here's what I'm seeing:
I am serving web pages on XP/SP3 using IIS 5.1.
* Plain text/HTML pages work fine - they are viewable in a browser.
* ASP pages cause an HTTP 500 error and the event log shows:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 5/3/2012
Time: 10:20:38 AM
User: N/A
Computer: XXXXXXXXX
Description:
The server failed to load application '/LM/W3SVC/1/Root'. The error was 'Class not registered
'.
Searching the web points to MSDTC as the culprit, or more specifically COM+. I've uninstalled, then deleted the registry keys, then reinstalled each and both together. COM+ gives the following error when being reinstalled:
-----
Subcomponent COM+ raised an exception while processing the OC_ABOUT_TO_COMMIT_QUEUE setup message.
d:\xpsp\com\com1x\src\complussetup\csetuputil.cpp Line 4437
Error code 0x8007041c
-----
DTC simply will not start.
I'm beginning to think at this point that there may be bad spots on the hard disk or the system image itself may be corrupted, but I'm sure that's just frustration speaking. ANY ideas would be tremendously helpful at this point. I'm completely at a loss as to how to proceed.
Steve
Thursday, May 3, 2012 5:37 PM