Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Site subdirectory, location tag and IIS
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01014019
Message ID:
01014032
Vues:
23
This message has been marked as the solution to the initial question of the thread.
The application sub directory MUST be set as an application on IIS. Also, you can not re-issue the authentication tag on the web.config for sub-directories, since this is not an overridable attribute, so just set it at the root level and it will automatically be inherited by the sub-directory of the application.

If you want the root of the directory to be open to anonymous connections but not a sub-dir you will need to define the authentication at the root but allow anonymous connections, and then just use the allow tag on the web.config in the sub-dir to allow only authenticated user.
Ricardo A. Parodi
eSolar, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform