Key Points

  • The essence of the Web is client-server interaction. Browsers send requests to Web servers, and Web servers send responses to browsers.

  • Creating a new Web project in Visual Studio is largely a matter of selecting the proper template. However, you must provide a location on a suitably configured Web server.

  • An ASP.NET Web project is an Internet Information Services (IIS) application on the Web server. If the FrontPage server extensions are installed on the Web server, an ASP.NET Web project is also a FrontPage web.

  • Visual Studio provides a Web Forms Designer that’s roughly comparable to the Windows Form Designer. The Web Forms Designer, however, works within the confines of HTML.

  • Visual Studio stores the HTML layout for a Web form in ...

Get Faster Smarter Beginning Programming 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.