Security (How Do I in Visual Web Developer)

This page links to help on important information about securing your Web site. To view other categories of popular tasks covered in Help, see How Do I in Visual Web Developer.

Walkthroughs

Security Guidelines

  • Securing Membership
    Provides guidelines for improving the security of ASP.NET membership to create and manage users.

  • Securing Standard Controls
    Provides guidelines for improving the security of form controls such as the AdRotator, TextBox, and ListBox controls.

  • Securing Roles
    Provides guidelines for improving the security of using ASP.NET roles to manage authorization.

  • Securing ASP.NET Site Navigation
    Provides guidelines for improving the security of site maps and navigation controls.

  • Securing Browser Definition Files
    Provides guidelines for improving the security of the .browser files in which information about capabilities of individual browsers is stored.

  • Securing Data Access
    Provides guidelines for improving the security of data access in ASP.NET Web applications.

  • Securing Login Controls
    Provides guidelines for improving the security of any Login, CreateUserWizard, PasswordRecovery, and other login controls in your Web site.

  • Securing Profile Properties
    Provides guidelines for improving the security of using ASP.NET profiles to create and manage user-specific information.

  • Securing Web Parts Pages
    Provides guidelines for improving the security of ASP.NET Web pages that users can customize in their browser.

  • Securing Session State
    Provides guidelines for improving the security of storing user-specific information in server memory.

  • Securing ASP.NET Configuration
    Provides guidelines for improving the security of .NET Framework configuration files.

General Security Practices

Identifying Users

Data Security

See Also

Concepts

How Do I in Visual Web Developer