“填充无效,无法删除。”扭曲的错误

时间:2010-09-15 17:34:20

标签: c# asp.net iis-7 reverse-proxy

我在QA环境中遇到以下错误,但只能通过IIS7反向代理。如果我直接点击应用程序服务器它工作正常。在我们的DEV环境中,它可以通过代理或直接工作。

我不确定该怎么做,有什么想法吗?

Server Error in '/' Application.
Padding is invalid and cannot be removed.
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.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[CryptographicException: Padding is invalid and cannot be removed.]
   System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) +2910
   System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) +286
   System.Security.Cryptography.CryptoStream.FlushFinalBlock() +51
   System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, IVType ivType, Boolean useValidationSymAlgo) +318
   System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType) +115
   System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context) +140
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171


Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4927 

1 个答案:

答案 0 :(得分:1)

如果在页面上发生这种情况而没有回发,则可能是您的代理正在将小写字母转换为url并破坏代码。

我还有一个更大的答案,有一个记录错误的技巧,看看你的网页上有什么内容:

CryptographicException: Padding is invalid and cannot be removed and Validation of viewstate MAC failed