标签: asp.net asp.net-mvc iis routing
我在RouteConfig中为新网址定义了一条路线,例如http://itface.ir/home/detail/439/Newtech, “新技术”是主题,有时它必须是另一种语言,如波斯语,它在localhost上正常工作,但在部署下面的URL后,我得到以下错误:
http://itface.ir/home/detail/439 /سلام
错误404 - 找不到文件或目录。
我搜索它但没有找到任何答案