Locked History Actions

AspDotNet20Resources

Microsoft ASP.NET 2.0 Resources

Introductory Topics

Data

Tools

  • Download for WebApplicationProjectSetup.msi. This is an update to Visual Studio 2005 which adds a new project type that allows you to create web projects that reference explicit files like Visual Studio 2003 did rather than the default 'include everything in the directory' behavior that is/was default with Visual Studio 2005. Drilling down into this a bit more you'll find some additional resources on Scott Guthrie's web pages on web projects. (His main web site is here). This is outdated if you have Visual Studio 2005 Service Pack 1 as it is included in the Service Pack.

Security

Membership Provider Model

Misc

State Management

Session Management

Cookies

Localization

  • I recommend starting here with MSDN's Walkthrough: Using Resources for Localization with ASP.NET

  • MSDN article by Michèle Leroux Bustamante of IDesign Inc. which describes the basic localization model in ASP.NET 2.0

  • MSDN article how to extend the localization provider model to store resources in a database rather than the default satellite assemblies

  • Scott Gu's blog entry on this same topic, with some additional links.

  • Michèle Leroux Bustamante's web site

Installation/Deployment