IIS Problems

  • Thread starter Thread starter Wolf
  • Start date Start date
W

Wolf

I can't get VS.NET to make a Web Project on my computer. The IISHelp
doesn't work either (HTTP 500 - Internal Server Error). I get the following
error, when I try to make a new Project. I was getting an error about not
having ASP.NET installed, but have fixed it.

--- Error Message ---
The Web server reported the following error when attempting to create or
open the Web project at the following URL:
'http://localhost/WebApplication1'. 'HTTP/1.1 500 Server Error'.
--- Error Message ---

System:
Toshiba Satellite 1400
240 MB System RAM
1333 MHz Intel Celeron Processor
GBs free space

Windows XP Professional
Office 2003 Professional
Visual Studio .NET 2003 (Trial Version)
IIS version 5.1
ASP.NET installed
Microsoft .NET Framework SDK version 1.0a
All Current Updates installed.

Other information available, upon request.
 
Hi,

Lets start by running aspnet_regiis /i from .Net dos prompt

let me know ...

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
 
HTML files work fine, (Including Frames) but ASP (Including the IIS Help,
and the iisstart.asp) don't. It doesn't give a description of the error
just "Server Application Error" "The server has encountered an error while
loading an application during the processing of your request. Please refer
to the event log for more detail information. Please contact the server
administrator for assistance." Same error, no matter which one.

The event log returned the following, with event ID 36, source W3SVC. The
links don't help.
---Begin---
The server failed to load application '/LM/W3SVC/1/Root/IISHelp'. 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.
---End---
 
SYMPTOMS
When you run an ASP file, the following error messages occur:

Server Application Error
Server failed to load Application.


Event ID: 36
Source: W3SVC
Description: The server failed to load application ''. The error was
'80004005'.
CAUSE
The corresponding Web application does not have a name specified or does
not have the Script permission enabled.
RESOLUTION
Start the Internet Service Manager (ISM), which loads the Internet
Information Server snap-in for the Microsoft Management Console (MMC).
Right-click the Web site (or virtual directory), and then click
Properties on the Context menu.
Click the Home Directory (or Virtual Directory) tab.
Under Application Settings, if the Name text box is empty, type in a
name.
Click the Script permission check box to enable it.
Click OK to return to the ISM.

Let me know ...

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
IF this hasn't been answered here is your solution. I
pounded my head against the wall for 4 hours yesterday
trying to figure this out and it is all caused by(drum
roll please!!) the DTC(Distributed transaction
coordinator). if you look at the services on your box you
will see that the DTC is probably stopped and set to
manual. start the service and IIS should start serving
ASP pages and allow you to create ASP.NET projects on the
webserver. if you are still having problems uninstall and
reinstall IIS and your problems should disappear. Let me
know how it turns out


-----Original Message-----
HTML files work fine, (Including Frames) but ASP (Including the IIS Help,
and the iisstart.asp) don't. It doesn't give a description of the error
just "Server Application Error" "The server has encountered an error while
loading an application during the processing of your request. Please refer
to the event log for more detail information. Please contact the server
administrator for assistance." Same error, no matter which one.

The event log returned the following, with event ID 36, source W3SVC. The
links don't help.
---Begin---
The server failed to load
application '/LM/W3SVC/1/Root/IISHelp'. The error
 
I have uninstalled & re-installed the IIS. Still nothing. This was before
trying the DTC. Permissions are active for scripts.

DTC will not start (service-specific error code -1073737669).
 
Back
Top