What You Need to Use This site

All of the examples in this site are ASP.NET samples. The key requirements for running these applica-
tions are the .NET Framework 2.0 and Microsoft Visual Studio 2005. You also need to have SQL Server
2005 server along with the AdventureWorks sample database installed to make most of the samples
work. Afew examples make use of SQL Server 2005 Express database.
The SQL Server examples in this book utilize integrated security to connect to the SQL Server database,
so remember to enable integrated authentication in your SQL Server. This will also require you to turn
on integrated Windows authentication (as well as impersonation depending on your configuration) in
ASP.NET Web sites