Page 1 of 1

code 500 (Internal Server Error)

Posted: Thu Nov 16, 2006 5:02 am
by Philreut
Hi,

When I launched a walk on one "../projectlist.html" file, it say to me that error message : "code 500 (Internal Server Error)". In some topics I saw that it could be come from ColdFusion software. But on the application web we are developping there is no call for ColdFusion software.

The content of projectlist.html is :
"
http://dev.www.pompidou.coe.int/pompido ... idprojet=1
http://dev.www.pompidou.coe.int/pompido ... idprojet=3
http://dev.www.pompidou.coe.int/pompido ... idprojet=4
http://dev.www.pompidou.coe.int/pompido ... idprojet=5
http://dev.www.pompidou.coe.int/pompido ... idprojet=6
http://dev.www.pompidou.coe.int/pompido ... idprojet=7
http://dev.www.pompidou.coe.int/pompido ... idprojet=8
http://dev.www.pompidou.coe.int/pompido ... idprojet=9
http://dev.www.pompidou.coe.int/pompido ... dprojet=10
http://dev.www.pompidou.coe.int/pompido ... dprojet=11
.... etc
"

Can someone help me urgently ?

Philreut

code 500 (Internal Server Error)

Posted: Thu Nov 16, 2006 7:00 am
by John
It comes from the application that is running, in this case ASP. Make sure you don't have Strip Queries set, otherwise does the GestionProjet.aspx log errors?

code 500 (Internal Server Error)

Posted: Thu Nov 16, 2006 7:56 am
by Philreut
For answers and details :

1° The "Strip Query" have a status "N".

2° My application is developped in .Net,Framework 2.0, C# language and "page.ASPX?ID_PROJECT=xxx"

What could be the solution in this case ?

code 500 (Internal Server Error)

Posted: Thu Nov 16, 2006 8:21 am
by John
Make sure your application is logging errors and exceptions. The problem is that the application is failing with the request it gets, but without knowing more about the application and error it is difficult to track. You could check the web server log and event logs to see if anything is indicated there.

code 500 (Internal Server Error)

Posted: Fri Nov 17, 2006 9:14 am
by Philreut
Hello, nothing to see in loggs. IIS paramters are good (I think).
We tested in the PC on which we are developping the application :
- IIS on PC was tunned correctly
- Walk Settings paramters (sames as intranet dev) are able to access on local application on this PC and retunring one link on 30 which exists. But this link is not searchable. I don't know why. And this link could be different when some "Go" launched. Others links returned code 500 (Internal Server Error).

May anyone call me to see what is happenning ?

Thank's a lot
Philreut

code 500 (Internal Server Error)

Posted: Fri Nov 17, 2006 10:10 am
by John
Just to clarify, is Webinator reporting that specific URLs are getting a 500, or is the 500 received when trying to access a Webinator page?

code 500 (Internal Server Error)

Posted: Fri Nov 17, 2006 11:08 am
by Philreut
It was when Webinator reported specific URLs.
But we can close this topic, we found the problem. It was on developpement language set which included ThunderStone in error. Why, I don't know, but it going well !

Thank you for your fast answering !