Error Type
System.Web.HttpUnhandledException
Error Message
Exception of type 'System.Web.HttpUnhandledException' was thrown.
Stack Trace
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.api_moneytransfer_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Hello Friends
I am implementing an registration form in server. I which user his/her details like (User Name, Address, Contact Number, Uploading his/her Image(Local Folder) ). On button click event above exception is throwing. Please help me to resolve this exception.

Sunil RawatPosted Apr 7, 2015, 4:38 AM
Gowtham RajamanickamPosted Apr 7, 2015, 4:31 AM
Sunil RawatPosted Apr 7, 2015, 3:30 AM
Sunil RawatPosted Apr 7, 2015, 3:28 AM
Pradeep ShetPosted Apr 7, 2015, 3:26 AM
Have you created a webapi?
Can you check once again whether you have thrown HttpUnhandledException from api method?