MVC应用程序中的Webform在IIS7.5中不显示

发布于 2024-12-08 00:35:58 字数 373 浏览 0 评论 0原文

我有一个位于 MVC 应用程序中的 Web 表单(使用 ReportViewer)。它位于 Views 文件夹外部名为 Reports 的根级文件夹中。使用 VS2010 和 Web 服务器(开发服务器、WebDev.WebServer、Cassini)时,Web 表单页面可以正常工作。当使用带有集成应用程序池的 IIS7.5 时(也尝试过 Classic 并将 ISAPI 限制设置为允许),它不起作用。我在 web.config 中有 module..handlers 项 (Reserved-ReportViewerWebControl-axd)。

我收到此页面结果:“找不到资源。” / 描述:HTTP 404。您正在寻找的资源...

我希望有人能解决这个问题。

提前致谢。

I have a webform (using the ReportViewer) that is in an MVC application. It is outside the Views folder in a root level folder called Reports. The webform page works correctly when using VS2010 and the web server (Development Server, WebDev.WebServer, Cassini). When using IIS7.5 with an integrated Application Pool (also tried Classic and set the ISAPI restrictions to allow), it does not work. I have the modules..handlers item (Reserved-ReportViewerWebControl-axd) in web.config.

I am getting this page result: "The resource cannot be found." / Description: HTTP 404. The resource you are looking for ...

I hope someone has a fix for this.

Thanks in advance.

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

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

发布评论

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

评论(1

絕版丫頭 2024-12-15 00:35:58

尝试将文件放在内容文件夹下。这应该可以消除任何路线问题。

Try putting the file(s) under the content folder. That should remove any route problems.

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