ich bekomme auf einem Server bei einem Kunden folgenden Fehler nach eine
erfolgten Forms Anmeldung. Kennt jemand diesen Fehler, bzw. kennt eine
Lösung? Wie es aussieht kann er das Anmeldeticket nicht entschlüsseln.
CIAO
Michael
Ungültige Daten
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:
Ungültige Daten
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: Ungültige Daten
]
System.Security.Cryptography.CryptoAPITransform._DecryptData(IntPtr hKey,
Byte[] rgb, Int32 ib, Int32 cb, Boolean fDone) +0
System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount) +352
System.Security.Cryptography.CryptoStream.FlushFinalBlock() +40
System.Web.Security.FormsAuthentication.TripleDESDecrypt(Byte[]
ciphertext) +86
System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket)
+106
WebServer.Global.Application_AuthenticateRequest(Object sender, EventArgs
e) +635
System.Web.SyncEventExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87
Here is a link that may be helpful!:
313091 HOW TO: Create Keys by Using Visual Basic .NET for Use in Forms
http://support.microsoft.com/?id=313091
HTH
Markus Oswald
Microsoft EMEA Developer Support
"Die Inhalte der in dieser Newsgroup eingestellten Nachrichten stammen von
Dritten.
Microsoft kann daher für die Richtigkeit und Vollständigkeit der Inhalte
keine Haftung übernehmen."
CIAO
Michael
"Markus Oswald [MSFT]" <mos...@online.microsoft.com> schrieb im Newsbeitrag
news:eHPZ5rqV...@tk2msftngp13.phx.gbl...