Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Site subdirectory, location tag and IIS
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01014019
Message ID:
01014032
Views:
22
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform