Share via


Creating a New Web Site in Visual Studio

Before you create a Web Site, verify that Crystal Reports for Visual Studio has been installed on your system; see What Needs to be Installed?.

  1. Launch Visual Studio.

  2. From the File menu, click New Web Site.

  3. In the New Web Site dialog box, click ASP.NET Web Site.

  4. In the Location dropdown, select File System.

  5. In the Language dropdown, select the coding language that you wish to use.

  6. In the Location text field enter the directory path C:\WebSites\, followed by the name of your project.

    C:\WebSites\MyProjectName

  7. Click OK.