Gooblebot får en exception (error 500)
Hej,jeg har et website, og der er ikke umiddelbart nogen fejl når man browser sitet.
Dog får GoogleBot en error 500 når den browser sitet.
Jeg har prøvet at simulere hvordan dette ved at bruge: http://gsitecrawler.com/tools/Server-Status.aspx og så fange alle exceptions i global.aspx
Her er den exception der bliver kastet.. why?
Path:
/default.aspx
Full Path:
/default.aspx
Error Msg:
Exception of type System.Web.HttpUnhandledException was thrown.
Error Src:
System.Web
Stack:
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Target:
Boolean HandleError(System.Exception)
