|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP 3.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
July 16th, 2003, 05:32 AM
|
Registered User
|
|
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
HTTP 500 - Internal server error
i have a problem with my server when i try to view my asp pages it displays
HTTP 500 - Internal server error
i m using winXP pro with IIS 5.1 i tried reinstalling but its giving me same error if any of u having solution for this please come up with it.
|
July 16th, 2003, 10:24 AM
|
Friend of Wrox
|
|
Join Date: May 2003
Posts: 202
Thanks: 0
Thanked 1 Time in 1 Post
|
|
You probably have an error (syntax or otherwise) in your ASP page.
Try using Netscape 7.0 instead of IE. IE sometimes gives the annoying "Internal Server Error" without displaying the ASP errors. Netscape will show the ASP errors.
Bruce Luckcuck
Director, Applications & Support Services
Wiley Publishing, Inc.
|
July 16th, 2003, 11:20 AM
|
|
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Alternatively, turn off the "friendly HTTP errors" in IE. To do this, open IE, then open the Options dialog. On the Advanced tab, deselect Show friendly HTTP error messages.
When you reload the page, you'll see the error message that the webserver has sent.
HtH
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
January 29th, 2004, 03:23 AM
|
Registered User
|
|
Join Date: Jan 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Had the same problem. Dinked with IIS for about an hour. Dloaded Netscape and boom, it told me where the line was. Syntax in the code fixed and whalah, all is good.
|
April 3rd, 2004, 11:26 AM
|
Registered User
|
|
Join Date: Apr 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Never try Netscape on IIS_
Open IIS
Right click on default website
left click on properties
Go to directory security tab
click on Edit
Make sure that you have the check on the boxes: "Anonymous Access" and "Allow IIS to control Passwrord"
By the way, do you have SQL Desktop engine up and running?
|
April 7th, 2004, 08:25 PM
|
Registered User
|
|
Join Date: Apr 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Did you set it's name "index.asp" ?
I'm David Forcer,
Welcome to my website!
|
February 9th, 2005, 12:29 PM
|
Registered User
|
|
Join Date: Feb 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I am still having same problem and had done the changes you guys offered. I composed a very simple asp page but still did not work. I had uninstalled Visual Studio.NET 2003 and .NET Framework 1.1 because of this. I really need help!
Thanks.
|
August 15th, 2005, 11:40 PM
|
Registered User
|
|
Join Date: Aug 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Well, I get the same HTTP 500 error today, but yesterday (and in the past) everything was OK. I tried all the suggestions here, but I got this error instead:
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.
I tried all IE 6.0, Opera 8.02, and Mozilla Firefox 1.0.3, and all of them gave the same error.
I need the solutions as soon as possible, since I am making a big project using ASP. Thanks.
|
August 16th, 2005, 01:07 AM
|
Registered User
|
|
Join Date: Aug 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Oh, by the way, when reinstalling IIS, the Setup said it couldn't copy adsutil.vbs from the CD. But, when I used the same CD in the past, no problems occured.
Is this file needed to run IIS completely without errors?
|
August 16th, 2005, 01:29 AM
|
Registered User
|
|
Join Date: Aug 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sorry. I skipped that file and now my IIS works as usual. So, I conclude that the best solution to resolve any IIS problems is to reinstall it. Twice may help.
And now I'm curious why all of this happened in a sudden...
|
|
|