
Beginning ASP.NET 2
.0.pdf




B
Setup
The ASP.NET 2.0 runtime comes as part of the Visual Web Developer Express download. ASP has undergone an evolution in terms of setup, each version being simpler (although often larger and lengthier) to install than the previous one. In classic ASP 2.0, ASP was separate even from the IIS web server itself, both of which had to be downloaded and attached manually to IIS. By version 3.0 of classic ASP, ASP had been integrated with the web server. With ASP.NET 1.x you had to download the .NET Framework separately to get ASP, and enable IIS, which by then was part of the operating system. However, throughout each of these iterations you still had to download and install a database solution separately.
With ASP.NET 2.0, all four parts come together in one easy-to-install package — Visual Web Developer Express 2005. ASP.NET 2.0, web server, development tools, and database are all installed at the same time. The web server is a test-development server nicknamed Cassini (after the discoverer of the gaps and particular matter in the rings of Saturn) and can run without IIS, alongside IIS, or you can choose to use IIS in place of Cassini instead.
System Requirements
Before you install VWD Express, you should check that your system meets the minimum requirements. We have taken the requirements from the Microsoft web site. They are as follows:
Processor
Minimum: 600 megahertz (MHz) Pentium processor.
Recommended: 1 gigahertz (GHz) Pentium processor.




