燕儿归 发表于 2021-4-6 15:39:27

ActiveReports15 Web Designer MVC 两种路由同时启用时,报表api接口404

本帖最后由 Crystal.Li 于 2021-5-31 10:06 编辑


我们目前的项目通常都是用的
            routes.MapRoute(
                name: "Default",
                url: "{controller}/{action}/{id}",
                defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
            );

这种默认路由,ActiveReports其他demo也都是。。到这web designer 就变成了routes.MapMvcAttributeRoutes();这种的默认路由,理论上这俩同时使用也不冲突。
但是 ActiveReports 的api就404了

燕儿归 发表于 2021-4-6 16:54:39


James.Lv 发表于 2021-4-6 18:29:14

燕儿归 发表于 2021-4-6 16:54


您好,这个问题我们技术正在验证中,他跟您微信也有沟通:handshake

Wengchi 发表于 2021-5-30 00:57:40

解决方案博客链接https://blog.csdn.net/wmq0812/article/details/117376282

Crystal.Li 发表于 2021-5-31 10:08:03

Wengchi 发表于 2021-5-30 00:57
解决方案博客链接https://blog.csdn.net/wmq0812/article/details/117376282

赞:i0tw:
页: [1]
查看完整版本: ActiveReports15 Web Designer MVC 两种路由同时启用时,报表api接口404