473,569 Members | 2,481 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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|D isallowed_Paren t_Path 80 - 1.0.0.30
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1;+SV 1;+.NET+CLR+1.1 .4322;+InfoPath .1;+.NET+CLR+2. 0.50727)
500 0 0

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

Thanks

Matt
Sep 28 '06 #1
4 11560
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|D isallowed_Paren t_Path 80 - 1.0.0.30
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1;+SV 1;+.NET+CLR+1.1 .4322;
+InfoPath.1;+.N ET+CLR+2.0.5072 7) 500 0 0

So the error is clear Disallowed_Pare nt_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******@NOyah oo.SPAMcomwrote in message
news:u1******** ******@TK2MSFTN GP03.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.comwr ote in message
news:%2******** ********@TK2MSF TNGP03.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|D isallowed_Paren t_Path 80 - 1.0.0.30
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1;+SV 1;+.NET+CLR+1.1 .4322;+InfoPath .1;+.NET+CLR+2. 0.50727)
500 0 0

So the error is clear Disallowed_Pare nt_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
5435
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 KB824146. I also started getting DCOM errors in the Server System log just after the reboot. When anyone goes to open an ASP based page they get :...
10
10799
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 the browser, followed by a descriptive error message: Microsoft VBScript runtime error '800a000b' Division by zero followed by the number of the...
1
1828
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 asp pages cann't display with error message of http 500 internal error does anyone have idea on what is going on? please any ideas or clues are...
2
3222
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 ------------ The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed.
1
5098
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 for the Sho Friendly http error messages, but it doesn't give me another othe error beside "HTTP 500-Internal Server Error". Does anyone know what...
1
1940
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 Internal Server Error.Please let me know where went wrong in it. 1.The client has given the credentials(username & password) using those i got...
9
3914
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 webserver...it loads into vs.net and runs locally just fine... Any help is appreciated...I'd like to get rid of this forever...I had this problem on a...
8
9995
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 the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/WebApplication1'. 'HTTP/1.1 500...
11
12300
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 mail() function. When executing these scripts I get this error: "500 Internal Server Error The server encountered an internal error or...
16
27876
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 server reported the following error when attempting to create or open the Web Project located at the Following...
0
7703
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7618
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8132
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7982
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5222
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3656
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.