Answer:
To install the 32-bit version of Reporting Services on a computer that is running the 64-bit version of IIS 6.0, we can follow these following steps:
1. Uninstall the 64-bit version of Reporting Services.
Note: Side-by-side installations of 32-bit versions of Reporting Services and 64-bit versions of Reporting Services are not supported.
2. Run the Dotnetfx64.exe file to manually install the .NET Framework.
The Dotnetfx64.exe file is in the Tools\redist\2.0 folder on the SQL Server 2005 Setup media. To download the Dotnetfx64.exe file, visit the following Microsoft Web site:
http://go.microsoft.com/fwlink/?LinkId=70186
3. In IIS Manager, click Web Server Extensions.
4. In the Details pane, right-click ASP.NET V2.0.50727, and then click Allow.
5. Right-click Web Sites, and then click Properties.
6. Click the ISAPI Filters tab.
7. In the Filter Name column, click ASP.NET_2.0.50727, and then click Edit.
8. Replace C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll with C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll.
Note: The Aspnet_filter.dll file in the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ folder is a 32-bit version of the file.
9. Click OK two times, and then close IIS Manager.
10. At a command prompt, run the following command:
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
11. Install the 32-bit version of Reporting Services.
12. After setup is complete, open IIS Manager, and then click Web Server Extensions.
13. In the Details pane, right-click ASP.NET V2.0.50727 (32-bit), and then click Allow.
To install the 32-bit version of Reporting Services on a computer that is running the 64-bit version of IIS 7.0, follow these steps:
1. Enable ASP.NET and IIS before you install Reporting Services.
2. Open a command prompt. To do this, click Start, point to All Programs, point to Accessories, right-click Command Prompt, and then click Run as administrator.
3. In the User Account Control dialog box, click Continue.
4. Copy the following script:
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
5. In the upper-left corner of the Command Prompt window, right-click the command prompt icon, click Edit, and then click Paste.
6. Press ENTER to run the script.
7. Install the 32-bit version of Reporting Services. You must apply SQL Server 2005 Service Pack 2 (SP2) after you install Reporting Services in Windows Vista. If you install SQL Server 2005 Express Edition with Advanced Services, you can run SQL Server 2005 Express Edition with Advanced Services SP2.
For more information, visit the following Microsoft Web site:
Microsoft SQL Server 2005 Express Edition with Advanced Services Service Pack 2
http://go.microsoft.com/fwlink/?LinkID=63922
8. Reset IIS.
9. Configure the report server for local administration. To access the report server and Report Manager locally, follow these steps:
a. Start Microsoft Internet Explorer.
b. On the Tools menu, click Internet Options.
c. Click Security.
d. Click Trusted Sites.
e. Click Sites.
f. Under Add this website to the zone, type http://servername.
g. If you are not using HTTPS for the default site, click to clear the Require server certification (https:) for all sites in this zone check box.
h. Click Add.
i. Repeat steps f and g to add http://localhost, and then click Close.
10. This step lets you start Internet Explorer either to localhost or to the network computer name of the server for both Report Server and Report Manager.
a. Create role assignments that explicitly grant you full-permissions access. To do this, follow these steps:
b. Start Internet Explorer by using the Run as administrator option. To do this, click Start, click All Programs, right-click Internet Explorer, and then click Run as administrator.
c. Start Report Manager.
d. Note By default, the Report Manager URL is http://servername/reports. If you are using SQL Server 2005 Express Edition with Advanced Services SP2, the Report Manager URL is http://servername/reports$sqlexpress. If you are using a named instance of Reporting Services, the Report Manager URL is http://servername/reports$InstanceName
e. On the Home page, click Properties.
f. Click New Role Assignment.
g. Type a Windows user account in the following format: domain\user
h. Click to select the Content Manager check box.
i. Click OK.
j. In the upper-right corner of the Home page, click Site Settings.
k. Click Configure site-wide security.
l. Click New Role Assignment.
m. Type a Windows user account in the following format: domain\user
n. Click to select the System Administrator check box.
o. Click OK.
p. Close Report Manager.
11. Open Report Manager in Internet Explorer without using the Run as administrator option.
Microsoft Online Community Support