Step 1 is repeated from Step 1 of the part 1 of this series. If you already have the
AdventureWorksReports web site setup you can skip to Step 2.
1.
Launch Visual Studio 2008.
2.
Select FileàNew Web Site from
the menu.
3.
Choose ASP.NET from the list of templates. You can select File or HTTP
from the Location drop down list. For this sample I will use File.
4.
Set the Web Site Name to AdventureWorksReports. The path should be
"..\Visual Studio 2008\WebSites\AdventureWorksReports"
5.
Select Visual C# from the Language drop down list and then click OK.
Visual Studio will create a new web site and add a Default.aspx
page and web.config file. Now you need to add a Crystal Report file to your site.