Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a Site with 3 virtual directories/applications
Message
De
08/01/2016 12:30:17
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01629663
Message ID:
01629665
Vues:
39
>Therefore, when I create the site (SiteName) and point to the physical folder \SiteName and there are no files there, how will it work?

The default file or files that can be read from a root directory is defined in IIS in the default files. Usually, default.aspx would be there. So, this works like a domain. If the root of your domain is at c:\inetpub\wwwroot\SiteName, then if there is a Default.aspx file in there, accessing http:///www.mydomain.com will search for it. If none can be found, you will end up with a 404.

So, simply make sure you have the file or one of the files in each of those sub directories (virtual directories at the IIS level), and accessing http://www.mydomain.com/Applic1 should work.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform