【发布时间】:2012-03-07 09:11:58
【问题描述】:
我有一个在 IIS 中运行的 asp.net mvc3 应用程序。我正在尝试在托管另一个应用程序的 asp.net mvc 应用程序中添加一个虚拟目录。
http://localhost/Test1/Test2/Index.mvc/index
Test1- 运行良好的 Mvc 3 应用程序 Test2- 在 test1 中作为虚拟目录创建的另一个 mvc 应用程序。
如何设置我的路由以加载适当的应用程序。是否需要进行任何配置才能使应用程序在 iis 中正常工作。
谢谢, 帕万
【问题讨论】:
标签: asp.net .net asp.net-mvc-3 iis