473,394 Members | 1,865 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 Version 5.0 on Windows 2000 will not run ASP pages

I have a new ASP project that I need to desperately test on my Windows 2000
machine before posing to my Hosting Company. I am having problems getting
the ASP pages to run from LocalHost. I will attempt to give as much
information of what I have done to try to correct this without success.

First my setup. Windows 2000 Professional with Service Pack 2 installed.
IIS is installed. I have turned off the firewall just in case that was a
problem as the laptop is operating as a stand alone and not on a network at
this time. I also have VB6 with Service Pack 6 installed. I will explain
later why that my be pertinent.

The error that I am getting is:
The Page Cannot Be Displayed. with a HTTP 500 error. This occurs every time
I try to access a ASP page. HTML works fine from LocalHost.

IIS Setup Information:
Server Extension set to VBScript
Applications Settings ---> Execute Permissions: Scripts and Executables.
..ASP Extensions set to GET, HEAD, POST, TRACE – Script Engine Checked.
wwwroot ---> Internet Guest and Launch IIS Process have Full Control.

I am getting the following error in the Event Viewer:
Source: W3SVC
Description: The server failed to load application ‘/LM/W3SVC/1/ROOT’. The
error was ‘General access denied error

I read on the web that VB6 Service Pack 6 will break IIS and that it is
caused by permissions on a DLL File. I made the suggested correction and it
did not resolve the problem. I have un-installed and re-installed IIS.

On IE 5.5 I have set the Internet Options under LAN Settings to Bypass proxy
server for local addresses.

My test page is Microsoft Default http://localhost/localhost.asp

Keep in mind that HTML pages are working so I know that IIS is running.

Any suggestions would be great. I have been fighting this for 3 days and
can not seem to find any help from anyone. You would think that IIS would
work out of the box. It is also interesting that by default IIS sets up to
run JAVA instead of ASP or VBScripts.

Thank you
Mike

Jul 21 '05 #1
5 2099
Michael Adkins wrote:
I have a new ASP project that I need to desperately test on my
Windows 2000 machine before posing to my Hosting Company. I am
having problems getting the ASP pages to run from LocalHost. I will
attempt to give as much information of what I have done to try to
correct this without success.


Regarding the 500 Errors:
http://www.aspfaq.com/show.asp?id=2109

Regarding the inability to run ASP:
ASP is turned off by default in IIS6. You have to go into the website
properties and turn it on:
http://www.aspfaq.com/show.asp?id=2476

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 21 '05 #2
Sorry Bob but this information did not resolve my problem. I am running
Version 5.0 not 6.0. I turned off "Show friendly HTTP error messages" in my
browser. So now I get the message "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. The event log
details is the same as below. Any other ideas? Thank you Mike

"Bob Barrows [MVP]" wrote:
Michael Adkins wrote:
I have a new ASP project that I need to desperately test on my
Windows 2000 machine before posing to my Hosting Company. I am
having problems getting the ASP pages to run from LocalHost. I will
attempt to give as much information of what I have done to try to
correct this without success.


Regarding the 500 Errors:
http://www.aspfaq.com/show.asp?id=2109

Regarding the inability to run ASP:
ASP is turned off by default in IIS6. You have to go into the website
properties and turn it on:
http://www.aspfaq.com/show.asp?id=2476

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 21 '05 #3
What's the error number? And what do you mean by "The event log details is
the same as below"?

Try a Google search for the error number and description if searching the
aspfaq and iisfaq sites does not yield any results.

Bob Barrows

Michael Adkins wrote:
Sorry Bob but this information did not resolve my problem. I am
running Version 5.0 not 6.0. I turned off "Show friendly HTTP error
messages" in my browser. So now I get the message "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. The event log details is the
same as below. Any other ideas? Thank you Mike

"Bob Barrows [MVP]" wrote:
Michael Adkins wrote:
I have a new ASP project that I need to desperately test on my
Windows 2000 machine before posing to my Hosting Company. I am
having problems getting the ASP pages to run from LocalHost. I will
attempt to give as much information of what I have done to try to
correct this without success.


Regarding the 500 Errors:
http://www.aspfaq.com/show.asp?id=2109

Regarding the inability to run ASP:
ASP is turned off by default in IIS6. You have to go into the website
properties and turn it on:
http://www.aspfaq.com/show.asp?id=2476

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 21 '05 #4
What account is your web site running under? As a test, add IUSR, IWAM and
ASPNET accounts to the admin group (briefly, as a test only)

Jeff
"Michael Adkins" <Mi***********@discussions.microsoft.com> wrote in message
news:F4**********************************@microsof t.com...
I have a new ASP project that I need to desperately test on my Windows 2000 machine before posing to my Hosting Company. I am having problems getting
the ASP pages to run from LocalHost. I will attempt to give as much
information of what I have done to try to correct this without success.

First my setup. Windows 2000 Professional with Service Pack 2 installed.
IIS is installed. I have turned off the firewall just in case that was a
problem as the laptop is operating as a stand alone and not on a network at this time. I also have VB6 with Service Pack 6 installed. I will explain
later why that my be pertinent.

The error that I am getting is:
The Page Cannot Be Displayed. with a HTTP 500 error. This occurs every time I try to access a ASP page. HTML works fine from LocalHost.

IIS Setup Information:
Server Extension set to VBScript
Applications Settings ---> Execute Permissions: Scripts and Executables.
.ASP Extensions set to GET, HEAD, POST, TRACE - Script Engine Checked.
wwwroot ---> Internet Guest and Launch IIS Process have Full Control.

I am getting the following error in the Event Viewer:
Source: W3SVC
Description: The server failed to load application '/LM/W3SVC/1/ROOT'. The
error was 'General access denied error

I read on the web that VB6 Service Pack 6 will break IIS and that it is
caused by permissions on a DLL File. I made the suggested correction and it did not resolve the problem. I have un-installed and re-installed IIS.

On IE 5.5 I have set the Internet Options under LAN Settings to Bypass proxy server for local addresses.

My test page is Microsoft Default http://localhost/localhost.asp

Keep in mind that HTML pages are working so I know that IIS is running.

Any suggestions would be great. I have been fighting this for 3 days and
can not seem to find any help from anyone. You would think that IIS would
work out of the box. It is also interesting that by default IIS sets up to run JAVA instead of ASP or VBScripts.

Thank you
Mike

Jul 21 '05 #5
>I am getting the following error in the Event Viewer:
Source: W3SVC
Description: The server failed to load application ‘/LM/W3SVC/1/ROOT’. The
error was ‘General access denied error

I read on the web that VB6 Service Pack 6 will break IIS and that it is
caused by permissions on a DLL File. I made the suggested correction and it
did not resolve the problem.


That's the usual issue, as in:

http://support.microsoft.com/default...;en-us;Q842329

But, many permission errors could cause this. Try FileMon from
SysInternals to see what file is being denied access. Make sure your
IUSR/IWAM users are synched, using synciwam.vbs. See:

http://support.microsoft.com/kb/297989/EN-US/

Also, post in the IIS group, since it's not an ASP error.

Jeff
Jul 21 '05 #6

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

Similar topics

3
by: Michael Adkins | last post by:
I have a new ASP project that I need to desperately test on my Windows 2000 machine before posing to my Hosting Company. I am having problems getting the ASP pages to run from LocalHost. I will...
10
by: ThunderMusic | last post by:
Hi, How can I get if the Windows running is a server version? Is there a property somewhere that can tell me if the Windows version is a server edition (including server, advanced server, web...
0
by: Neil Sargent | last post by:
This is a general posting of how I fixed a problem created by using the Access 97 ODE Setup Wizard on a Windows XP machine. I hope it helps anyone who comes across the problem saves them the 3 days...
40
by: Matt | last post by:
I want to know what is the latest C standard version? Is it C99? There are many terms I have heard, including C98, C99, C9X. Or should we call ANSI/ISO C? Please advise. Thanks!!
2
by: Pengyu | last post by:
Here are the configurations of my computer: Windows XP Professional IIS 5.1 I tried to new a Web Service project using Visual Studio 2003 Professional at http://localhost/WebService1. It said:...
1
by: Gianluca | last post by:
I am developing a simple asp.net application with vs 2003 on my PC (win XP) The company server is a Windows 2000 Server SP4. Can I host my application on IIS installed on Windows 2000 Server or I...
1
by: relisoft | last post by:
SEATTLE, Washington. - July 12, 2006: Reliable Software® announces the upcoming release of Code Co-op® version 5.0. Code Co-op is an affordable peer-to-peer version control system for distributed...
89
by: Randy Webb | last post by:
There is an updated version of the FAQ at: <URL: http://jibbering.com/faq/newfaq/> The changes/modifications to date are: 2.3 Corrected "span" to "spam". 2.3 Updated with a note about not...
1
by: SoulTek | last post by:
Hi All I'm reposting this in the correct forum I originally thought it to be an IIS issue. Here's the original Thread Ok here goes. I have inherrited a local intranet site at a company I'm...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.