2
Reply

Configuring Web Sites settings

roy roy

roy roy

Apr 8 2008 1:00 AM
2.7k

Hello.
Your help is very much appreciated.
I am running tens of web applications [framework 2.0] on a local web server in an Intranet environment.
At the moment, changing the configuration settings or security settings of each application is a nightmare.
Our helpdesk team (non programmers) need to guess where the settings are located (web.config, sql server) and change it there –> impossible and not practical.

I would like to create a facility(with user interface) that centralizes the management of the configuration setting & security settings of all Intranet applications. So that our help desk team will be able to use user interface and manage settings of each of the applications easily.

At the moment:
1. Each application saves its configuration settings in its web.config.
2. Application that require security uses its web config or SqlRoleManager( the .Net built-in aspnet_membership).

How can it be achieved?! 

I looked at deploying the ASP.NET’s ‘Web Site Administration Tool’ on the web server, and build user interface that will send it the correct parameters to manage each of the application (however, I discovered that the tool ‘does not know’ anything about aspnet_membership stored in SQL SERVER.

Thank you,

Roy


Answers (2)
Next Recommended Forum