Hi All,
I implemented the Forms authentication in SQL 2012 by following the steps provided below website.
https://msftrsprodsamples.codeplex.com/wikipage?title=SS2012!Security%20Extension%20Sample
Currently I cannot access the Report Manager, I added some part of the log file which mentions about the errors.
For the 2nd error, I have the UILogon.aspx in the ReportManager/Pages folder but I don't know why I am getting it. How can I solve this?
Thanks,
1) library!ReportServer_0-2!13f0!12/30/2016-11:27:51:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AuthenticationExtensionException: , Microsoft.ReportingServices.Diagnostics.Utilities.AuthenticationExtensionException:
The Authentication Extension threw an unexpected exception or returned a value that is not valid: . --->System.NullReferenceException: Anonymous logon is not configured. userIdentity should not be null!
at Microsoft.Samples.ReportingServices.CustomSecurity.AuthenticationExtension.GetUserInfo(IIdentity& userIdentity, IntPtr& userId)
2) ui!ReportManager_0-1!fd8!12/30/2016-11:27:55:: i INFO: Unhandled exception: System.Web.HttpException:The file '/Reports_SQLEXPRESS/Pages/UILogon.aspx' does not exist.