code 500 (Internal Server Error)

Post Reply
Philreut
Posts: 6
Joined: Wed Nov 01, 2006 4:58 pm

code 500 (Internal Server Error)

Post 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
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

code 500 (Internal Server Error)

Post 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?
John Turnbull
Thunderstone Software
Philreut
Posts: 6
Joined: Wed Nov 01, 2006 4:58 pm

code 500 (Internal Server Error)

Post 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 ?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

code 500 (Internal Server Error)

Post 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.
John Turnbull
Thunderstone Software
Philreut
Posts: 6
Joined: Wed Nov 01, 2006 4:58 pm

code 500 (Internal Server Error)

Post 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
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

code 500 (Internal Server Error)

Post 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?
John Turnbull
Thunderstone Software
Philreut
Posts: 6
Joined: Wed Nov 01, 2006 4:58 pm

code 500 (Internal Server Error)

Post 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 !
Post Reply