[Mono-bugs] [Bug 80824][Wis] New - sessionState broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 13 09:37:19 EST 2007
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 adriaanvk at gmail.com.
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: gonzalo at ximian.com
+ReportedBy: adriaanvk at gmail.com
+QAContact: mono-bugs at ximian.com
+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?
More information about the mono-bugs
mailing list