Chapter 1 Introductory Topics
Okay, so you’ve picked up this book with the aim of solving some ASP.NET problems. Great! But before we set off trying to solve any and every problem an ASP.NET developer might face, let’s lay down a little groundwork.
This chapter covers some of the critical elements that you might want to consider before rushing off to furiously code your next web site.
Which web project model should I choose?
Starting with Visual Studio 2005, Microsoft introduced a new type of web project known as the Web Site project. A Web Site project is a radically simplified version of the more complex Web Application project. For instance, a Web Site project has no project file: in a Web Site project, the file system is the ...
Get The ASP.NET 2.0 Anthology 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.