Comments and changes to this ticket
-
-
Alxandr March 15th, 2010 @ 06:48 AM
- State changed from new to open
- Assigned user set to Alxandr
-
Alxandr March 15th, 2010 @ 07:14 AM
I'm thinking that the only settings the ProviderFactory should store should be which items that are selected. The providers and providertypes should probably be stored in an xml-file that was editable by humans and no more, maybe even in the web.config. It should probably have a syntax similar to that one used for connectionstrings etc. in the web.config-file. I'm thining about something like this:
<ProviderFactorySettings> <ProviderTypes> <add type="System.Web.IProvider1" assembly="System.Web, Version=1.0, Publictoken=..." /> </ProviderTypes> <Providers> <add type="System.Web.Provider1" assembly="System.Web, Version=1.0, Publictoken=..." /> </Providers> </ProviderFactorySettings>
The selected-config file should probably just be autogennerated, and it's syntax doesn't really matter as long as XMLFormatter can handle it.
-
Alxandr March 18th, 2010 @ 09:48 PM
- State changed from open to resolved
(from [4a14a9ad6fcabd0c9229ed4a54be06cf4611f572]) Added support for saving and loading of settings.
[#5 state:resolved] http://github.com/Alxandr/AppVisum.Sys/commit/4a14a9ad6fcabd0c9229e...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
This is the core of the new AppVisum project.
People watching this ticket
Tags
Referenced by
-
5 ProviderFactory store and load settings [#5 state:resolved] http://github.com/Alxandr/AppVisum.S...