Server Error in '/' Application.

Invalid url/product id

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.Exception: Invalid url/product id

Source Error:


Line 61:         catch(Exception ex) {
Line 62: 
Line 63:             throw ex;
Line 64:             //ExceptionPolicy.HandleException(ex, "Application Exception");
Line 65:             //Response.Redirect(Page.ResolveUrl("~/ExceptionPage.aspx"), false);

Source File: d:\hshome\sxiao\atteff.com\Product.aspx.cs    Line: 63

Stack Trace:


[Exception: Invalid url/product id]
   _Product.Page_Load(Object sender, EventArgs e) in d:\hshome\sxiao\atteff.com\Product.aspx.cs:63
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8793; ASP.NET Version:2.0.50727.8762