ttnewbie1234
Programmer
Hello everyone! I am new to visual studio 2008 and asp.net websites so please go easy on me. I am hoping to be able to set this up and I would like some expert advice so I do it in the most efficient way.
I would like to set up many websites with a basic template code in c#. Each website will have a list of unique configurations and a unique mysql database. But the core website design and wording will be the same.
So if the index page says "Welcome to SiteName!" and I change this to "Hello and welcome to SiteName!" I would like to be able to do this one time and have the change take effect on all websites. The SiteName will be a variable that depends on each site's configuration, as an example.
I imagine I will need a configuration file for each website to list these constants like the site name, mysql settings, etc. but is there any way to link all of them in Visual Studio easily? Does anyone have any suggestions or ideas for the best way to set this up? Is there anything within Visual Studio that is made for this situation?
I would like to set up many websites with a basic template code in c#. Each website will have a list of unique configurations and a unique mysql database. But the core website design and wording will be the same.
So if the index page says "Welcome to SiteName!" and I change this to "Hello and welcome to SiteName!" I would like to be able to do this one time and have the change take effect on all websites. The SiteName will be a variable that depends on each site's configuration, as an example.
I imagine I will need a configuration file for each website to list these constants like the site name, mysql settings, etc. but is there any way to link all of them in Visual Studio easily? Does anyone have any suggestions or ideas for the best way to set this up? Is there anything within Visual Studio that is made for this situation?