Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web interface to .config in MM .NET
Message
From
04/03/2010 08:34:47
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
04/03/2010 08:26:40
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01452436
Message ID:
01452462
Views:
41
>>>>>Hi,
>>>>>
>>>>>is there a built in class/form that provides an interface to the app.config or web.config files in an application? If so where is it, what is it called and how do I use it in my web app?
>>>>>
>>>>>Thanks for any insight
>>>>
>>>>I am not aware of a built in interface. There are methods to access, both get and save settings you can use in your own interface. I would highly recommend using a seperate class rather than the web.config for saving the application settings.
>>>>Tim
>>>
>>>Thanks Tim.
>>>
>>>Does anyone have a user interface that they would like to share? :)
>>
>>It is pretty easy to create one. Each one I have are all specific to the settings I store in my settings file.
>>Tim
>
>I don't even know where/how to start, could you provide some clues, please? :)

Sure, Start by building a form that contains the settings you want your users to be able to change. I will give you a sample on how to retrieve and save the data back to settings.

Also review the dev guide section Overview of MM.Net / Understanding MM.Net Manager Objects / The Application Settings Manager
Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform