diff --git a/SCP/Global.asax.cs b/SCP/Global.asax.cs index 8445953..009e01c 100644 --- a/SCP/Global.asax.cs +++ b/SCP/Global.asax.cs @@ -73,7 +73,7 @@ namespace SCP { String errorCode = Guid.NewGuid().ToString(); - String errorMsg = objExp.InnerException == null ? objExp.GetBaseException().Message : objExp.InnerException.Message; + String errorMsg = objExp.InnerException == null ? objExp.GetBaseException().Message : objExp.InnerException.Message+ objExp.InnerException.StackTrace; HttpContext.Current.Server.ClearError();