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=80824 --- shadow/80824 2007-02-13 09:37:19.000000000 -0500 +++ shadow/80824.tmp.23623 2007-02-13 09:37:19.000000000 -0500 @@ -0,0 +1,50 @@ +Bug#: 80824 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: sessionState broken + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + + +Steps to reproduce the problem: +1. in mono-1.2.3 i use in my web.config: +<sessionState mode="SQLServer" +sqlConnectionString="SERVER=localhost;UID=gdmsuser;pwd=gdmsuser;database=ASP.NET" +timeout="20"/> +2. start your webapp +3. + +Actual Results: +in mono-1.2 this was still working, but in the current version, 1.2.3, i +get the error +System.NotImplementedException: The mode 'SQLServer' is not implemented. + at System.Web.SessionState.SessionStateModule.Init +(System.Web.HttpApplication app) [0x00000] + at System.Web.Configuration.HttpModulesSection.LoadModules +(System.Web.HttpApplication app) [0x00000] + at System.Web.HttpApplication.InitOnce (Boolean full_init) [0x00000] + at System.Web.HttpApplication.Start (System.Object x) [0x00000] + +Expected Results: + + +How often does this happen? +always + +Additional Information: +Is this feature skipped? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
