473,320 Members | 2,003 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,320 software developers and data experts.

ASP pages not working

Our windows 2000 server will not allow any browser to
access asp pages.

I have tried browsing to the following url:

http://localhost/iisHelp/iis/misc/default.asp

What appears in the browser is:

The page cannot be displayed

http 500 - Internal Server Error

We have stopped and restarted the IIS Server, the server
itself, and I have checked permissions on files.

Any further suggestions would be appreciated.
Jul 19 '05 #1
8 3630
On Sun, 23 May 2004 18:31:54 -0700, "James"
<ja*****@esptechnologies.com.au> wrote:
Our windows 2000 server will not allow any browser to
access asp pages.

I have tried browsing to the following url:

http://localhost/iisHelp/iis/misc/default.asp

What appears in the browser is:

The page cannot be displayed

http 500 - Internal Server Error

We have stopped and restarted the IIS Server, the server
itself, and I have checked permissions on files.


1) See the FAQ:

Why do I get a 500 Internal Server error for all ASP errors?
http://www.aspfaq.com/show.asp?id=2109

2) Disable Norton's script blocking

3) When you ran the IIS Lockdown Tool, did you enable the ASP
extension? If not, modify your URLScan.ini to allow the extension.

4) When in need, Google the archives...

Jeff
Jul 19 '05 #2
The problem is on the server side and is preventing all
browsers from viewing all asp pages.
-----Original Message-----
On Sun, 23 May 2004 18:31:54 -0700, "James"
<ja*****@esptechnologies.com.au> wrote:
Our windows 2000 server will not allow any browser to
access asp pages.

I have tried browsing to the following url:

http://localhost/iisHelp/iis/misc/default.asp

What appears in the browser is:

The page cannot be displayed

http 500 - Internal Server Error

We have stopped and restarted the IIS Server, the serveritself, and I have checked permissions on files.
1) See the FAQ:

Why do I get a 500 Internal Server error for all ASP

errors?http://www.aspfaq.com/show.asp?id=2109

2) Disable Norton's script blocking

3) When you ran the IIS Lockdown Tool, did you enable the ASPextension? If not, modify your URLScan.ini to allow the extension.
4) When in need, Google the archives...

Jeff
.

Jul 19 '05 #3
"James" wrote in message news:11*****************************@phx.gbl...
: The problem is on the server side and is preventing all
: browsers from viewing all asp pages.

Hey James...

Jeff's response was as follows:

1. Client-side you need to make modifications to your browser setup so you
can see the FULL error message coming from the server.
2. Server-side.
3. Server-side.

Your response leads one to believe you have dismissed the advice you were
given to help you solve your issue because you possibly thought it was
pointing you in the wrong direction.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #4
On Sun, 23 May 2004 19:39:00 -0700, "James"
<ja*****@esptechnologies.com.au> wrote:
The problem is on the server side and is preventing all
browsers from viewing all asp pages.
I understand. And when you step through the solutions I posted, you
may too. :)

This topic comes up several times a week. The answers I posted are
99% of the solutions. If you happen to have that rare 1% that isn't
solved, then you'll need to prove it to us by following through these
first. Especially number one, since until you actually read and
follow that FAQ, we can't possibly provide you with a solution.

If you just dismissed my post as irrelevant, then you're on your own
looking for an answer. If you followed them, I apologize. But then,
if you followed at least number one, you'd have responded differently.

Jeff
-----Original Message-----
On Sun, 23 May 2004 18:31:54 -0700, "James"
<ja*****@esptechnologies.com.au> wrote:
Our windows 2000 server will not allow any browser to
access asp pages.

I have tried browsing to the following url:

http://localhost/iisHelp/iis/misc/default.asp

What appears in the browser is:

The page cannot be displayed

http 500 - Internal Server Error

We have stopped and restarted the IIS Server, theserveritself, and I have checked permissions on files.


1) See the FAQ:

Why do I get a 500 Internal Server error for all ASP

errors?
http://www.aspfaq.com/show.asp?id=2109

2) Disable Norton's script blocking

3) When you ran the IIS Lockdown Tool, did you enable

the ASP
extension? If not, modify your URLScan.ini to allow the

extension.

4) When in need, Google the archives...

Jeff
.


Jul 19 '05 #5
> The problem is on the server side and is preventing all
browsers from viewing all asp pages.


Yes, and if you listen to the advice you've been given, and fix the problem
in the client-side browser that is making it impossible for you to debug,
you will have a better opportunity to fix the problem.

Jul 19 '05 #6
Jeff,

Appologies, I guess I was just looking to fix the problem
as quickly as I could and did not pay attention to the
things I should.

I have gone through the list you provided and found the
following:

1 I read and followed the FAQ:
I have enabled error descriptions and the result is:
"The requested resource is in use."

2 Not able to disable Norton Script Blocking - Could not
find the option in Management interface. I should note
that we have had Norton installed for the last 3 years,
and this has never been a problem before. We have not
changed any Norton settings in the last month and yet the
asp pages have stopped working in the last 2 weeks.

3 Checked lockdown tool, ASP pages are enabled.

Any further assistance would be greatly appreciated.

Sincerely,

James.
-----Original Message-----
On Sun, 23 May 2004 18:31:54 -0700, "James"
<ja*****@esptechnologies.com.au> wrote:
Our windows 2000 server will not allow any browser to
access asp pages.

I have tried browsing to the following url:

http://localhost/iisHelp/iis/misc/default.asp

What appears in the browser is:

The page cannot be displayed

http 500 - Internal Server Error

We have stopped and restarted the IIS Server, the server
itself, and I have checked permissions on files.
1) See the FAQ:

Why do I get a 500 Internal Server error for all ASP

errors?http://www.aspfaq.com/show.asp?id=2109

2) Disable Norton's script blocking

3) When you ran the IIS Lockdown Tool, did you enable the ASPextension? If not, modify your URLScan.ini to allow the extension.
4) When in need, Google the archives...

Jeff
.

Jul 19 '05 #7
Jeff,

Just noticed a different error message:
"The remote procedure call failed and did not execute."

Thought this might help narrow it down...
-----Original Message-----
Jeff,

Appologies, I guess I was just looking to fix the problem
as quickly as I could and did not pay attention to the
things I should.

I have gone through the list you provided and found the
following:

1 I read and followed the FAQ:
I have enabled error descriptions and the result is:
"The requested resource is in use."

2 Not able to disable Norton Script Blocking - Could not
find the option in Management interface. I should note
that we have had Norton installed for the last 3 years,
and this has never been a problem before. We have not
changed any Norton settings in the last month and yet the
asp pages have stopped working in the last 2 weeks.

3 Checked lockdown tool, ASP pages are enabled.

Any further assistance would be greatly appreciated.

Sincerely,

James.
-----Original Message-----
On Sun, 23 May 2004 18:31:54 -0700, "James"
<ja*****@esptechnologies.com.au> wrote:
Our windows 2000 server will not allow any browser to
access asp pages.

I have tried browsing to the following url:

http://localhost/iisHelp/iis/misc/default.asp

What appears in the browser is:

The page cannot be displayed

http 500 - Internal Server Error

We have stopped and restarted the IIS Server, the serveritself, and I have checked permissions on files.


1) See the FAQ:

Why do I get a 500 Internal Server error for all ASP

errors?
http://www.aspfaq.com/show.asp?id=2109

2) Disable Norton's script blocking

3) When you ran the IIS Lockdown Tool, did you enable

the ASP
extension? If not, modify your URLScan.ini to allow the

extension.

4) When in need, Google the archives...

Jeff
.

.

Jul 19 '05 #8
<an*******@discussions.microsoft.com> wrote in message
news:15*****************************@phx.gbl...
: Just noticed a different error message:
: "The remote procedure call failed and did not execute."

Hi James...

Thanks for the update. See if these help...

http://www.aspfaq.com/show.asp?id=2356
http://www.aspfaq.com/show.asp?id=2147

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #9

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

Similar topics

0
by: Mark B | last post by:
Our webhost (www.usbusinessweb.net) had a W2K IIS5 server crash after a scheduled hard-boot occurred during a ms-security patch install overnight. They couldn't get the server working again so they...
14
by: Mark B | last post by:
Our webhost (www.usbusinessweb.net) had a W2K IIS5 server crash after a scheduled hard-boot occurred during a ms-security patch install overnight. They couldn't get the server working again so they...
8
by: Mark B | last post by:
Our webhost (www.usbusinessweb.net) had a W2K IIS5 server crash after a scheduled hard-boot occurred during a ms-security patch install overnight. They couldn't get the server working again so they...
4
by: KJS | last post by:
Help, I'm not sure what exactly is happening but I can say this, classic asp pages are not loading on my local dev box. They use to work! Since then I have installed .NET 1.1 Studio (that is...
6
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work

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.