Hi
I am having some difficulties connecting report server. I am trying to use Form Authentication in Microsoft Reporting Service.
I am following the steps mentioned in msftrsprodsamples-codeplex.
I am unable to connect to reporting services in SSMS using form authentication(custom security).
Error message is the user name or password is not valid or you do not have permission to access this server.
After Log-in with (pre-created)Report Manager URL, in Report Manager URL. I am getting the Invalid Parameter error message and Error-25-connection string is not valid in Report Web service URL.
Please lead me the correct direction to solve the problem I am having.
Best Regards,
birdy
PS: I think have correctly set those inside VS
wmiNamespace = @"\root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\v11"SqlConnection("Server=NAME\\MSSQLSERVER;" +
"Integrated Security=SSPI;" + "database=UserAccounts"