The Basics of an ASP.NET Website

Websites in Visual Studio start with a website project. The website project represents a connection between Visual Studio, the development version of your website (see Chapter 4, “Solutions and Projects,” for more information), and a web server, be it local or otherwise. What is meant by website, however, continues to evolve and expand.

Simple HTML sites with just text, hyperlinks, and a few images are rarely created anymore or even discussed seriously as websites. Instead, .NET has pushed the definition of website well beyond the original ASP (active server pages) model that combined HTML with some server-side script. Nowadays, a website means user-interactive web forms; compiled code that links those web forms ...

Get Microsoft® Visual Studio® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.