Hi,
I tried the custom authentication sample from codeplex. It worked fine. Now I am trying to implement the custom authentication as per our company standards. So I modified the following
ReportServer:Web.config.,RSreportserver.config,reportingservice.exe.config,rssrvpolicy.config
ReportManager:Web.config,rsmgrpolicy
I am able to see the login page. Once I enter my credentials I get the following error.
[WebException: The request failed with HTTP status 404: Not Found.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +413022
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +300
ReportService2010.ReportingService2010.LogonUser(String userName, String password, String authority) +185
SSRSExtensions.Security.UILogon.Page_Load(Object sender, EventArgs e) +449
System.Web.UI.Control.OnLoad(EventArgs e) +132
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
When i try to browse the Reportingservice2010.asmx from a browser I get the following error.
A string literal was expected, but no opening quote character was found. Error
processing resource http://xxxx:5051
Server Error in /ReportServer_MSSQLSERVER_SSRS Application