HTTP 500 Internal Server Error
-
My Client ASP.NET Application is working Webservices. Some times it work fine and sometimes it starts giving the above error. Can anyone help me out with this.
Since this is an unhandled error in your application, I would recommend starting out by writing code into the Application_Error method of the Global.asax. In the Application_Error method, discover what the error is. Write out some diagnostic information to a file, and then the next time the error occurs you can look at the log file to see what happened. Torin Blair
'In the immortal words of Socrates - "I drank what?".' -
Since this is an unhandled error in your application, I would recommend starting out by writing code into the Application_Error method of the Global.asax. In the Application_Error method, discover what the error is. Write out some diagnostic information to a file, and then the next time the error occurs you can look at the log file to see what happened. Torin Blair
'In the immortal words of Socrates - "I drank what?".'HI Than you very much. Anyway I could trace the error. Since Iam using webservices and WSE2.0 settings. The client and server communication is recorded in inputtrace.webinfo and outputtrace.webinfo file. My outputtrace.webinfo size was too much due to which this error was populating