SQL 2005 (Express with advance features) reporting services -
03-16-2010
, 08:26 AM
Hello.
I am have trouble getting the above to work. MS IE (Ver 6 SP2) does
not access;
http://localhost/reports/
correctly. I expect to get the Report Manager but instead I get (in
IE panel);
----------
<%@ Page language="c#" Codebehind="Home.aspx.cs"
AutoEventWireup="false"
Inherits="Microsoft.ReportingServices.UI.HomePage" %>
<%@ Register TagPrefix="MSRS"
Namespace="Microsoft.ReportingServices.UI"
Assembly="ReportingServicesWebUserInterface" %>
----------
Regards JC.... |