ASP.NET Web Site Security (Visual Studio)
Security is a vital aspect of your ASP.NET Web applications. The topics in this section provide background information on security issues that arise in Web applications, on mitigating common security threats, protecting resources in your application, and on authenticating and authorizing individual users.
Note |
|---|
| There are numerous threats and countermeasures to apply when securing an ASP.NET application. It is strongly recommended that you review and apply the guidance and checklists provided in the articles Improving Web Application Security: Threats and Countermeasures and Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication on the Microsoft Patterns and Practices Web site. |
In This Section
- Getting Started — ASP.NET Web Site Security (Visual Studio)
-
Provides essential information about security issues and security measures you can take to protect ASP.NET Web sites and pages.
- Learning More — ASP.NET Web Site Security (Visual Studio)
-
Provides more in-depth information about securing ASP.NET Web sites and pages.
- Walkthrough Topics — ASP.NET Web Site Security (Visual Studio)
-
Provides links to tutorials on adding security features to ASP.NET Web sites in Visual Web Developer.
- How-to Topics — ASP.NET Web Site Security (Visual Studio)
-
Provides links to how-to topics on adding security features to ASP.NET Web sites in Visual Web Developer.
Note