asp.net - Create three identical websites that use different resources? -


I'm starting a new web project that has three similar sites The only thing is that each site has its own resources (ASP.NET subscriptions, XML, and databases with web.config) .

I would like to know if it is possible to set up a website project that uses different resources for different sub-folders. Additionally, how do I set up virtual folders in a project solution?

The website will look like this:, and

I do not want to create separate projects for each site because I want to use the same classrooms and controls for all sites.

My biggest problem is to setup virtual folders and access each folder to its own membership database.

How do I set it?

It seems that it is more than a deployment issue with a development issue.

Create three folders on the web site root, on your live web server. Make each of them their own application (using the IIS manager) You must be enabled in Google for instructions for your specific version of IIS.

Install a copy of your project to each project for each web database for each database. Make appropriate changes to config files ...

You now have three separate web applications running from the same code base.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -