kmehgjaveg
New Member
Guys I am getting the following error on sending xml based request to a server. Could you help me to understand the stack trace?The remote server returned an error: \[quote\] (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: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.\[/quote\]Stack Trace:\[code\][WebException: The remote server returned an error: (500) Internal Server Error.] System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request) +302 System.Net.WebClient.UploadData(Uri address, String method, Byte[] data) +158 System.Net.WebClient.UploadData(String address, Byte[] data) +34 WebApplication1._Default.btnSearch_Click(Object sender, EventArgs e) in C:\Users\Mubashir\Documents\Visual Studio 2008\Projects\WebApplication1\WebApplication1\Default.aspx.vb:64 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565\[/code\]Version Information:
- Microsoft .NET Framework Version: 2.0.50727.3623;
- ASP.NET Version: 2.0.50727.5053