Message:输入的不是有效的 Base-64 字符串,因为它包含非 Base-64 字符、两个以上的填充字符,或者填充字符间包含非法字符。
StackTrace: 在 System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength)
在 System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
在 System.Convert.FromBase64String(String s)
在 PubLib.AESHelper.Decrypt(String decryptStr) 位置 E:\重庆工业职业技术学院\外网\心理网\DataAccess\Tools\AESHelper.cs:行号 49
在 Web.MvcApplication.URLRewriting() 位置 E:\重庆工业职业技术学院\外网\心理网\Web\Global.asax.cs:行号 23
在 System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)