Both the report server and Report Manager virtual directories must be created under an existing Web site. You can use the default Web site or a custom Web site. You can use the same Web site for both virtual directories. There are no special requirements on the Web site. All security, ASP.NET, paths, permissions, and other settings are configured on the virtual directories.
When you create the virtual directory, the Report Server Web service identity is configured automatically. The version of Internet Information Services (IIS) that you are using determines the Web service identity:
-
In IIS 6.0, the application pool that contains the Web site determines the Web service identity. By default, it is NetworkService.
-
In IIS 5.0, the Web service identity is always the ASP.NET process identity. By default, it is computername\ASPNET.
The Reporting Services virtual directories are configured to use ASP.NET 2.0 (this is the version that is installed with SQL Server). If you are running earlier versions of ASP.NET on your Web server, make sure that the different versions of ASP.NET do not conflict. The two major versions of the ASP.NET cannot run in the same process. In IIS 6.0, you can run different versions of ASP.NET side-by-side if you use separate application pools for each version. In IIS 5.0, each version of ASP.NET runs as a separate process automatically.
The report server virtual directories are configured for intranet access. Anonymous access is disabled by default. In most cases, report server URLs use network computer names. If you want to configure Reporting Services for Internet connections, you might need to modify the report server configuration files. For more information, see the section in this topic called "Configuration Settings for Specifying the URLs Used in Reporting Services" and Configuring a Report Server for Internet Access.
You cannot configure a report server virtual directory to use program or data files on a remote computer. The report server virtual directory must be defined on the computer that has the Reporting Services program files. Mapping a report server virtual directory to shared folder through a UNC path or a mapped drive is not supported.
To create and configure virtual directories, use the Reporting Services Configuration tool.
To run the report server and Report Manager under a custom Web site, see How to: Configure Reporting Services to Use a Non-Default Web Site (Reporting Services Configuration).
To specify an application pool for the Report Server Web service, use the Web Service Identity page in the Reporting Services Configuration tool.