【发布时间】:2016-05-04 19:21:53
【问题描述】:
我在服务器上遇到了这个问题。
本地:
当我在本地运行我的应用程序时,我得到的 URL 为
http://localhost:63952/Home/Index/?Home=Home
在服务器上:
我添加了名为(MyDirectory)的虚拟目录
`http://10.9.29.123/Mydirectory/Home/Index/?Home=Home ( Expecting should be like this ) but I am getting 404 Error and URL coming as http://10.9.29.123/Home/Index/?Home=Home ( I do not see the Virtual directory in the URL)
使用 VS 2013 asp.net mvc 4.5 版本。 (IIS 7.5)
【问题讨论】:
-
有问题吗?
标签: asp.net-mvc asp.net-mvc-4 iis-7 iis-7.5