473,386 Members | 1,799 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,386 software developers and data experts.

HTTP 500 Internal Server Error

Guys,

Can anyone suggest the reason why I could be getting this

HTTP 500 - Internal server error
Internet Explorer

rather than the script error reported on the internet explorer browser. This
is an ASP application running on Windows Server 2003.

I've set up a custom error page using a URL of either /Error.asp or
/RetrievalSite2.0/Error.asp in the root of the web app as type URL however
this doesn't appear.

Does anyone know the best way of diagnosing this issue.

I received this in the w3svc log file

2006-09-28 09:14:31 1.0.0.83 GET /RetrievalSite2.0/mainScreen/MainFrames.asp
locale=en-gb|3|ASP_0131|Disallowed_Parent_Path 80 - 1.0.0.30
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.N ET+CLR+1.1.4322;+InfoPath.1;+.NET+CLR+2.0.50727)
500 0 0

So the error is clear Disallowed_Parent_Path however why isn't this reported
in the ASP page to the client?

Thanks

Matt
Sep 28 '06 #1
4 11548
Matt wrote on Thu, 28 Sep 2006 10:17:35 +0100:
Guys,

Can anyone suggest the reason why I could be getting this

HTTP 500 - Internal server error
Internet Explorer

rather than the script error reported on the internet explorer browser.
This is an ASP application running on Windows Server 2003.

I've set up a custom error page using a URL of either /Error.asp or
/RetrievalSite2.0/Error.asp in the root of the web app as type URL however
this doesn't appear.

Does anyone know the best way of diagnosing this issue.

I received this in the w3svc log file

2006-09-28 09:14:31 1.0.0.83 GET
/RetrievalSite2.0/mainScreen/MainFrames.asp
locale=en-gb|3|ASP_0131|Disallowed_Parent_Path 80 - 1.0.0.30
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.N ET+CLR+1.1.4322;
+InfoPath.1;+.NET+CLR+2.0.50727) 500 0 0

So the error is clear Disallowed_Parent_Path however why isn't this
reported in the ASP page to the client?

Thanks

Matt
Did you turn on the option in IIS to send error messages to the client? Did
you turn off Show Friendly Error Messages in IE?

Dan
Sep 28 '06 #2
Matt Adamson wrote:
Guys,

Can anyone suggest the reason why I could be getting this

HTTP 500 - Internal server error
Internet Explorer
http://www.aspfaq.com/show.asp?id=2109
--
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.
Sep 28 '06 #3
Great thanks, IExplorer was set to show friendly errors :(
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcomwrote in message
news:u1**************@TK2MSFTNGP03.phx.gbl...
Matt Adamson wrote:
>Guys,

Can anyone suggest the reason why I could be getting this

HTTP 500 - Internal server error
Internet Explorer
http://www.aspfaq.com/show.asp?id=2109
--
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.


Sep 28 '06 #4

http://www.powerasp.com/content/hint...mmon_sense.asp
"Matt Adamson" <Ad*************@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Guys,

Can anyone suggest the reason why I could be getting this

HTTP 500 - Internal server error
Internet Explorer

rather than the script error reported on the internet explorer browser.
This is an ASP application running on Windows Server 2003.

I've set up a custom error page using a URL of either /Error.asp or
/RetrievalSite2.0/Error.asp in the root of the web app as type URL however
this doesn't appear.

Does anyone know the best way of diagnosing this issue.

I received this in the w3svc log file

2006-09-28 09:14:31 1.0.0.83 GET
/RetrievalSite2.0/mainScreen/MainFrames.asp
locale=en-gb|3|ASP_0131|Disallowed_Parent_Path 80 - 1.0.0.30
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.N ET+CLR+1.1.4322;+InfoPath.1;+.NET+CLR+2.0.50727)
500 0 0

So the error is clear Disallowed_Parent_Path however why isn't this
reported in the ASP page to the client?

Thanks

Matt

Sep 28 '06 #5

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

Similar topics

2
by: Ralph | last post by:
HTTP 500 - Internal server error ASP pages I am running Windows 2K with IIS 5.1 and I started having problems accessing ASP databases shortly after applying the MS patch Windows 2000 Hotfix...
10
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
1
by: weiwei | last post by:
Hi, I am having trouble with http 500 internal error. I have develope several dynamic pages, it works fine on our intranet server, however, when I migrated into our external IIS server, most of...
2
by: Anton van der Merwe | last post by:
I'm getting the foolowing error when trying to view an asp page on a windows2003 server. On our previous IIS server (Windows 2000) the error was described in detail. Windows 2003 ------------...
1
by: errorQuest | last post by:
Hi There, I have a problem with the IIS running. Whenever I try to ru http://localhost/aaa.asp i got this error "HTTP 500-Internal Serve Error". I use very simple code in aaa.asp. I try to look...
1
by: vighneswar | last post by:
Hi All I am working on a project in which i have to upload files to an remote server via HTTPS. For that i have written the following lines of code,but when i execute it I am getting an HTTP:500...
9
by: Trint Smith | last post by:
I have tried everything...aspreg -i and modifying machine.config and running the fileupdate...deleting and reinstalling framework 1.1... It only happens when I do a 'Copy Project' to the...
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
11
by: Lieven | last post by:
Hey, I had a hard disc problem last week on my server. I replaced the disc and copied al the files to the new hard disc, everything works fine again except some php scripts that are using the...
16
Frinavale
by: Frinavale | last post by:
The following article is directed at people who are experiencing an HTTP/1.1 500 Internal Server Error while using Visual Studio 2003. The error message typically sounds something like: The web...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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,...

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.