[Mono-bugs] [Bug 579837] System.Configuration.Save() method throws an exception when trying to add an authorization section to an existing Web.config

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 15 14:08:56 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=579837

https://bugzilla.novell.com/show_bug.cgi?id=579837#c2


--- Comment #2 from Miguel de Icaza <miguel at novell.com> 2010-09-15 18:08:55 UTC ---
Hello,

   System.Configuration support for Save() has not really been a priority for
us, because few people use it, and in cases like this, it does not do what you
think it should do.

   It does a few things: (a) it restart the application, because of a change in
web.config, this means that all running requests will be aborted until the new
settings take place;   (b) using a plain file-save operation to store your
settings is not multi-request safe in the presence of various users making
changes.

    We encourage developers to handle authentication and authorization through
a database.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list