Under Books online, topic "Install client and server components on a single computer"
Configure the Report Server and install samples
3. Verify that installation succeeded by launching Report Manager. In the URL address, type https://localhost/reports or http://localhost/reports. You should see the Report Manager Home page.
I get in IE with url http://localhost/reports :
<%@ Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false" Inherits="Microsoft.ReportingServices.UI.HomePage" %>
<%@ Register TagPrefix="MSRS" Namespace="Microsoft.ReportingServices.UI" Assembly="ReportingServicesWebUserInterface" %>
I can see in IIS, Default Web site, "Reports" and "ReportServer" and in SQLStudio Express both tables, "ReportServer" and "ReportServerTempDB"
I am running on Windows XP SP2

launching Report Manager url fails
Ojemzy
Hi
I also faced the same problems like Christo. However after following the steps of Jens the porblem of report manager was not solved. My problem is the same which christo had faced.
Regards
Keshaba
abdu
Hi,
could it be that your IIS server is not registered for the usage of NET 2.0 If you are not sure, try to re-register ASP.NET 2.0 at the IIS by using the aspnet_regiis.exe -i of the v2.0x directory in your Windows\Framework directory (e.g. for me located in C:\windows\Microsoft.NET\Framework\v2.0.50727).
HTH, Jens Suessmeyer.
---
http://www.sqlserver2005.de
---
fromie
Jenz,
thank you for the good advice, it worked.
One note though, I checked the IIS "Default Web Site Properties" on my computer and located a tab "ASP.NET". I noticed the "ASP.NET version" list box was empty (default) but once selecting the list box two options were availabile :
1.1.4322 (and)
2.0.50727
I followed your recommendation, anyway, and went back to the ASP.NET tab and found "2.0.50727" was now as the default. There after I connected succesfuly to the url.
Thanks again