Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77998 --- shadow/77998 2006-04-03 10:19:27.000000000 -0400 +++ shadow/77998.tmp.25005 2006-04-03 10:19:27.000000000 -0400 @@ -0,0 +1,54 @@ +Bug#: 77998 +Product: Mono: Class Libraries +Version: 1.1 +OS: other +OS Details: Fedora Core 4 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: machineKey incompatibility between mono/MS.NET + +Description of Problem: +When stress testing an ASP.NET web application using a Microsoft +Application Center Test +(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/act/htm/actml_main.asp) + script recorded against the same web application but running on MS's .NET +Framework, specifying a machineKey in the web.config does not result in +compatible ViewState between the web applications. + + +Steps to reproduce the problem: +1. The following web.config entry was used on the MS.NET machine to record +the MS ACT script: +<machineKey decryptionKey="AutoGenerate,IsolateApps" validation="SHA1" +validationKey="ASELSAFDKJLSDFJLKGHABGJHFLKSJDFLJKAGJLKASDJIEOPJVLR645AG41RG46SDFG645ASGA6G4ERG46GBSDF6G4WEFAS654G1ARE6TFG4846SESRESDFSSASRTED4S" +/> +2. This web.config entry was then added to the application on the Fedora +Core 4 machine (running Apache 2 and mod_mono). +3. The ACT machine was then pointed at the Linux machine and the test was +played back. + + +Actual Results: +Mono throws ViewState validation exceptions on every page with a post back. + + +Expected Results: +Mono should accurately decrypt the ViewState using the provided key. This +works fine across machines running MS's .NET Framework. + + +How often does this happen? +Every time. + + +Additional Information: +Using mono built from svn source on approximately March 14th, 2006. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
