Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
I am using the SSRS Report email functionality. In the email there is a link to the Report Server. However when I access the link I get a Windows Authentication prompt requesting for username and password to connect to the server. I tried to bypass this prompt by modifying the settings in reportserver.config(which i got on the forums), but it did not work. Is there any way I can bypass the prompt?

URL is(example): http://servername/ReportServer/


What I have tried:

In ReportServer.config file I tried changing the AuthenticationType section as suggested on the forums.
Posted
Comments
Richard MacCutchan 10-Mar-16 5:08am    
If you could bypass it then it would serve no purpose being there in the first place. Authentication is used for a very good reason.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900