ASP.NET 3.5_Step by Step

ASP.Net. together with Visual Studio, includes a number of features to make your life as a Web developer easier. For example, Visual Studio starts you off with several useful project templates from which to develop your site. Visual Studio also supports a number of development modes, including using internet Information Services directly to test your site during development, using a built-in Web server,or developing your site over an FTP connection. The debugger in Visual Studio lets you run the site and step throught the critical areas of your code to find problems.