[Mono-bugs] [Bug 77990][Nor] New - anonymousIdentification config section causes an error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Apr 2 11:34:57 EDT 2006


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 joe_audette at yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77990

--- shadow/77990	2006-04-02 11:34:57.000000000 -0400
+++ shadow/77990.tmp.31739	2006-04-02 11:34:57.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 77990
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SUSE 9.1
+OS Details: suse 10
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: joe_audette at yahoo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: anonymousIdentification config section causes an error
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+using this causes an error on mono just by its presence in the web.config:
+<anonymousIdentification 
+			enabled="true" 
+			cookieName=".ASPXANONYMOUS" 
+			cookieTimeout="43200"
+			cookieSlidingExpiration="true"
+			cookieless="UseCookies"
+			cookieProtection="All"
+			/>
+
+info about this new 2.0 feature can be found here:
+http://msdn2.microsoft.com/en-US/library/91ka2e6a(VS.80).aspx
+
+Steps to reproduce the problem:
+1. setup a web app under 2.0/xsp2
+2. add the above section under system.web
+3. 
+
+Actual Results:
+System.Configuration.ConfigurationErrorsException: Unrecognized
+configuration section <anonymousIdentification>
+
+Expected Results:
+no error should occur, cookie tracking of anonymous users should work
+
+How often does this happen? 
+every time
+
+Additional Information:


More information about the mono-bugs mailing list