Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Internal server error (HTTP 500)
Eridan
#1 Posted : Sunday, December 23, 2007 10:51:37 AM(UTC)
Groups: Member
Joined: 12/7/2007(UTC)
Posts: 7
Location: Belgium

This infamous error message is raised on my customer's system, by a small intranet app that runs correctly on my dev system (see my previous post on Http Put). The app is made of two tiers using specific ports: 20000 is the middle tier, which relays file save operations to the back-end tier on port 20100; the error is raised on this last step. Admin accounts are used in both cases.

I can watch the Http traffic via HTTPAnalyzer from QingHai; I could not find any useful trace other than the end result.
I just don't now where to look at - could you suggest any clue?

Kind regards,
Robert.
Ultidev Team
#2 Posted : Thursday, December 27, 2007 9:04:45 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Robert,

Please try to enable detailed error information by modifying web.config to set <customErrors mode="Off"... /> That may give you the stack trace. If that does not help, you may have to comment out most of your code on the page in question, and then uncomment it piece by piece to find where exception occurs.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.