Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to manage several Web sites
Message
 
À
22/10/2003 14:10:17
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00841195
Message ID:
00841203
Vues:
20
>I have several Web sites defined locally. One of them is my main Web site which I work most of the time. When I created my first ASP.NET, I pointed to a directory under the main branch of that Web site and it went fine. Now, I need to create a new project for another Web site locally. However, that Web site is not under localhost as localhost is already assigned to my main Web site. How should I create that new project in order to benefit of another directory locally which is not in the default Web site root?

Michel, it shouldn't be that difficult, when you create a new project, it asks you to put in the URL of where you want the applicaton to be. So all you would need to do is setup your IIS on your local machine, to handle,

someothersite.com, put the folder wherever you would like on your harddrive.

Then when you create a new Webservice or web application, when you create a new project, just put the http://someothersite.com in the Location, and then add the project name, and VS.NET will create the folder inside of the root of that website.

I haven't tried it, but let me know if you have any problems.

Morgan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform