Luq*_*med 5 security reporting-services
我们使用Microsoft Reporting Service 2008 R2开发报告,我们通过ASP应用程序访问这些报告.
Response.Redirect(http://<serverIp>:80/ReportServer/Pages/ReportViewer.aspx?%2fReport+Project3%2fReport1&rs:Command=Render"n_Id=675);
当我通过我的Web服务URL访问我的报表服务器时,从其他计算机访问时提示输入Windows登录名和密码(如果我提供凭据,则工作正常),但它在本地计算机上工作正常.我需要采用什么配置才能摆脱这种情况?
看起来您需要将身份验证类型更改为 Windows 身份验证 ( Integrated Security) SSRS Config/IIS Manager:
http://msdn.microsoft.com/en-us/library/bb283249.aspx
http://technet.microsoft.com/en-us/library/bb283249(v=sql.90).aspx