IIS 7.5 中的 Crystal Reports 2010 要求身份验证

发布于 2024-12-05 06:11:51 字数 480 浏览 1 评论 0原文

我们正在从 2003 IIS6 Web 服务器迁移到带有 IIS 7.5 的 2008 R2。

我们还有一台运行 IIS7 的 Windows 2008 服务器,并且该服务器上一切正常。

在新服务器上,当我们进入水晶报表查看器页面时,我们会收到进行 Windows 身份验证的提示,然后,无论您是否输入有效的凭据,您都会在 Firefox 中收到以下错误:

XML 解析错误:未找到元素

位置:http://192.168.10.112/Reports/ReportViewer.aspx?id=49

第 1 行,第 1 列:

^

在 IE 中,您只会看到一个空白屏幕。

相同的代码在 Visual Studio 2010 中的服务器上以调试模式运行良好,并且在我们的其他服务器上运行良好

谢谢

We're in the process of moving from 2003 IIS6 Web servers to 2008 R2 with IIS 7.5.

We also have a Windows 2008 server running IIS7 and everything works fine on this server.

On the new servers when we go to our crystal reports viewer page we get prompted for windows authentication, then if you type in valid credentials or not you get the following error in firefox:

XML Parsing Error: no element found

Location: http://192.168.10.112/Reports/ReportViewer.aspx?id=49

Line Number 1, Column 1:

^

In IE you just get a blank screen.

The same code runs fine in debug mode on the server in Visual Studio 2010, and works fine on our other servers

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七度光 2024-12-12 06:11:52

我知道答案为时已晚,但可供其他网友参考。

我在 IIS 7.5 中也遇到了这个问题,经过 5 天的调查,我发现问题是因为 Crystal Reports Viewer 以 32 位运行,要解决此问题:

  • 在 IIS 中,转到应用程序池
  • 选择您正在使用的池它适用于您的应用程序,通常是“ASP.Net v4.0”。
  • 单击右侧面板中的“高级设置...”。
  • 将值“启用 32 位应用程序”设置为“True”

另外,请注意,您还必须安装 oracle 客户端 32 位版本。

I know that the answer is too late, but to be a reference for other users.

I faced this problem too in IIS 7.5, and after 5 days investigation, I found that the problem is because the Crystal Reports Viewer running as 32-bit, to solve this issue:

  • in IIS, go to Application Pools
  • Select pool that you are using it for your application, normally its "ASP.Net v4.0".
  • Click on "Advanced Setting..." in the right panel.
  • set the value "Enable 32-bit Application" to "True"

Also, note that you have to install the oracle client 32-bit version too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文