标签: asp.net-mvc asp.net-mvc-2
我已将我的网站托管在子域名中,比如test.mystie.com并指向名为test的文件夹。当我访问我的网站时,测试会被添加到网址中。
预期网址:http://test.mystie.com/gallery/image 实际网址:http://test.mystie.com/test/gallery/image
如何摆脱网址中的测试(http://test.mystie.com/ 测试 / gallery / image)?我使用的是asp.net mvc2,IIS7