Click here to Skip to main content
15,907,326 members

Comments by manoj2289 (Top 1 by date)

manoj2289 25-Jul-14 8:46am View    
Server Error in '/CareCredit' Application.

The remote server returned an error: (500) Internal Server Error.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The remote server returned an error: (500) Internal Server Error.

Source Error:


Line 63: }
Line 64: //Gets the response
Line 65: WebResponse response = req.GetResponse();
Line 66: //Writes the Response
Line 67: Stream responseStream = response.GetResponseStream();