Calling SSRS Report Server it asked “Authentication Required” window
I have just started working in SSRS and I got a very strange problem i.e. When I am calling report server URL i.e. localhost/Reports This URL requires Authentication window for Username and password. like this. If I submitted local system user account information in that case it will appear me report server screen which we want. like this. I have created a demo web-application and in the default.aspx page I am using ReportViewer to show report and configure it. here is the code which i am using Default.aspx Page <rsweb:ReportViewer ID="ReportViewer1" runat="server" Width="100%"> </rsweb