无法在子域(虚拟域)下显示 ssrs 报告

Not able to display ssrs report under subdomain (virtual domain)

我正在尝试将 SSRS 报告集成到我的 asp.net MVC 5 应用程序中,但 运行 遇到了一些问题。

场景: 我在一个解决方案中有两个 asp.net MVC 5 应用程序,让项目为 1."Web - localhost:12345" 和 2."ssrsreport - localhost:12345/报告/”。我正在尝试在 iframe 下的“web”项目中加载“ssrsreport”项目。

问题: 通过“Web”项目执行“ssrsreport”项目时出现以下错误。

技术: Asp.Net Mvc 5、c#、SSRS、SQL 服务器。

提前致谢!!

似乎是引发 404 错误的路由问题。 请参考 link 提供并重新访问 RouteConfig.cs 文件。

 public static void RegisterRoutes(RouteCollection routes)
 {
     routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); //add this line