Hi Scott,
I have a Feedback Center at http://dnnprofessor.com/Products/FeedbackCenter.aspx
That is performing fine
I have another instance at http://training.dnnprofessor.com/FeedbackCenter.aspx
that is causing the following err when you click the feed icons. Any ideas or suggestions?
Both are on DNN 4.9.1
Error:
Server Error in '/' Application. Length of the data to decrypt is invalid. 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: Length of the data to decrypt is invalid.
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: Length of the data to decrypt is invalid.] System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) +1809524 System.Security.Cryptography.CryptoStream.FlushFinalBlock() +33 System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, IVType ivType, Boolean useValidationSymAlgo) +225 System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket) +246 DotNetNuke.Services.Syndication.RssHttpHandlerHelper.ParseChannelQueryString(HttpRequest request, String& channelName, String& userName) +110 DotNetNuke.Services.Syndication.RssHttpHandlerBase`3.System.Web.IHttpHandler.ProcessRequest(HttpContext context) +66 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 |