3. In the target framework drop-down list at the top of the screen, select .NET Framework 4.5.
4. In the Installed Templates area on the left, choose between Visual Basic and Visual C#. All the
examples in this book are shown in both programming languages, so you can choose the one you
like best.
5. In the area in the middle select ASP.NET Empty Web Site.
6. In the Web Location drop-down list, make sure that File System is selected. The other two options
(HTTP and FTP) enable you to open a site running on IIS (either on your local machine or on a
remote server using the so-called Microsoft FrontPage Server Extensions) and open a site from an
FTP server, respectively.
7. Click the Browse button next to the location text box, browse to C:BegASPNETSite (the folder
you created in the first step of this exercise), and click Open.
Your final screen should look like the one in Figure 2-2, except that you may have chosen Visual
C# instead of Visual Basic.