I'm trying to get IIS to run ASP files on my local computer. When I try
to access and ASP file, I get the "Server Application Error" message.
This happens even when running a simple ASP file with the code <%
response.write "Hello" %> in it. IIS does run html files. Below is the
event log results. I've seen a few different Microsoft resources but
have not found one to fix this yet. Any suggestions?

Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 5/1/2006
Time: 11:01:59 AM
User: N/A
Computer: OET-JBEACH
Description:
The server failed to load application '/LM/W3SVC/1/Root'. The error
was 'Class not registered
'.
For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


--
Jerry

Re: Server Application Error by Steve

Steve
Mon May 01 21:26:19 CDT 2006

Make sure ASP is installed and also the ASP 'Web Service Extension' is
enabled.

Steve


<jerryalan@gmail.com> wrote in message
news:1146500889.519063.318400@v46g2000cwv.googlegroups.com...
> I'm trying to get IIS to run ASP files on my local computer. When I try
> to access and ASP file, I get the "Server Application Error" message.
> This happens even when running a simple ASP file with the code <%
> response.write "Hello" %> in it. IIS does run html files. Below is the
> event log results. I've seen a few different Microsoft resources but
> have not found one to fix this yet. Any suggestions?
>
> Event Type: Warning
> Event Source: W3SVC
> Event Category: None
> Event ID: 36
> Date: 5/1/2006
> Time: 11:01:59 AM
> User: N/A
> Computer: OET-JBEACH
> Description:
> The server failed to load application '/LM/W3SVC/1/Root'. The error
> was 'Class not registered
> '.
> For additional information specific to this message please visit the
> Microsoft Online Support site located at:
> http://www.microsoft.com/contentredirect.asp.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
>
> --
> Jerry
>



Re: Server Application Error by jerryalan