Article ID: 316871 - Last Review: May 19, 2003 - Revision: 3.3 HOW TO: Control Authorization Permissions in an ASP.NET ApplicationThis article was previously published under Q316871 On This PageSUMMARY
Use this step-by-step guide to apply the <location> tag to the Web.config file to configure access to a specific file and folder. When using forms-based authentication in ASP.NET applications, only authenticated users are granted access to pages in the application. Unauthenticated users are automatically redirected to the page specified by the loginUrl attribute of the Web.config file where they can submit their credentials. In some cases, you may want to permit users to access certain pages in an application without requiring authentication. Configure Access to a Specific File and Folder
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
306590
(http://support.microsoft.com/kb/306590/EN-US/
)
INFO: ASP.NET Security Overview
For more information about the <location> tag, see the .NET Developer's Framework Guide on the following Microsoft Web site:
Configuration <location> Settings
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconconfigurationlocationsettings.asp)
| Article Translations
|

Back to the top
