473,394 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

IIS Problems

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.
Nov 17 '05 #1
7 2723
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
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #2
I already did that (Checked out the help buttons, before posting)

"Natty Gur" <na***@dao2com.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
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
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 17 '05 #3
OK,

Can you open HTML and ASP (Yes, ASP) pages ? I just want to see if IIS
works.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #4
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---

"Natty Gur" <na***@dao2com.com> wrote in message
news:O3**************@TK2MSFTNGP11.phx.gbl...
OK,

Can you open HTML and ASP (Yes, ASP) pages ? I just want to see if IIS
works.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 17 '05 #5
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
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #6
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 errorjust "Server Application Error" "The server has encountered an error whileloading an application during the processing of your request. Please referto the event log for more detail information. Please contact the serveradministrator for assistance." Same error, no matter which one.
The event log returned the following, with event ID 36, source W3SVC. Thelinks don't help.
---Begin---
The server failed to load application '/LM/W3SVC/1/Root/IISHelp'. The errorwas 'Class not registered
'.
For additional information specific to this message please visit theMicrosoft 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---

"Natty Gur" <na***@dao2com.com> wrote in message
news:O3**************@TK2MSFTNGP11.phx.gbl...
OK,

Can you open HTML and ASP (Yes, ASP) pages ? I just want to see if IIS works.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!

.

Nov 17 '05 #7
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).

"Chad Thomas" <ct*****@echosat.com> wrote in message
news:5a****************************@phx.gbl...
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
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---

"Natty Gur" <na***@dao2com.com> wrote in message
news:O3**************@TK2MSFTNGP11.phx.gbl...
OK,

Can you open HTML and ASP (Yes, ASP) pages ? I just want to see if IIS works.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!

.


Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jerome Lefebvre | last post by:
Hello, Hope this will interest a few. I been working with a friend on the problems given out during the "International Collegiate Programming Contest" (ICPC) http://icpc.baylor.edu/icpc/ ....
14
by: Jim Hubbard | last post by:
Are you up to speed on the difficulties in using the 1.1 .Net framework? Not if you are unaware of the 1,596 issues listed at KBAlertz (http://www.kbalertz.com/technology_3.aspx). If you are...
1
by: 3f | last post by:
Hello; We have made a web application that people can download from our web site and installed on: Windows XP Windows 2000 Professional Windows 2003 Server Windows 2000 Server
5
by: Corky | last post by:
This works: db2 SELECT DISTINCT PROBLEM_OBJECTS.PROBLEM_ID FROM PROBLEM_OBJECTS INNER JOIN PROBLEMS ON PROBLEM_OBJECTS.PROBLEM_ID = PROBLEMS.PROBLEM_ID WHERE INTEGER(DAYS(CURRENT DATE) -...
2
by: Ellen Graves | last post by:
I am having a lot of problems with DB2 8.3.1 on RH Linux AS2.1. Installing and running stored procedures is problematic. Stored procedures I have used for years on V7 on WinNT are now failing...
19
by: Jim | last post by:
I have spent the past few weeks designing a database for my company. The problem is I have started running into what I believe are stack overflow problems. There are two tab controls on the form...
10
by: BBFrost | last post by:
We just recently moved one of our major c# apps from VS Net 2002 to VS Net 2003. At first things were looking ok, now problems are starting to appear. So far ... (1) ...
19
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and...
2
by: Brian | last post by:
NOTE ALSO POSTED IN microsoft.public.dotnet.framework.aspnet.buildingcontrols I have solved most of my Server Control Collection property issues. I wrote an HTML page that describes all of the...
0
by: Sergistm | last post by:
Hello World, :D I have a problem that it is making me crazy, I hope you can help me. I'm trying to execute a .exe file with the Procces.Start, and there is no problem when the file is on my...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.