asp.net 页面上的报表查看器不断要求身份验证
asp.net 页面上的报表查看器不断要求身份验证
我在我的计算机(IIS 7.5、Windows 7)上的 asp.net 页面上拥有报表查看器控件,其工作正常,但是当我将其部署到另一台计算机(IIS 7.5、Windows 7)时),每次我打开报告查看器页面时,我都会不断收到一个对话框来输入我的凭据(用户名、密码),即使我输入了正确的凭据,我也会看到一个空白页面。
我尝试模拟 Windows 凭据,但没有成功。
有人可以帮我吗?
Report Viewer on asp.net page keeps asking for authentication
i have report viewer control on asp.net page, on my machine (IIS 7.5, windows 7) its working fine, but when i deployed it to another machine (IIS 7.5, Windows 7), every time i open the report viewer page, i keep getting a dialog to enter my credentials (username, password), and even if i enter the correct credentials, i get a blank page.
i tried impersonate windows credentials, but i did not work.
can anyone help me on this please??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我解决了,这是因为 /Reports 被保留,我只是更改了该页面的 URL
ok i solved it, it was because the /Reports is reserved, i just changed the URL of that page