Dot symbol in url

不羁的心 提交于 2019-12-11 13:01:13

问题


When I test my Asp .NET MVC application locally, all seems good and I can open page like this

localhost:6911/Home/User/c%40c.cc

Then I tried to run it at server(www.test.com/Home/User/c%40c.cc) and got The page cannot be found exception... I think it's that for dot symbol in my url, because when I had changed username of user from c@c.cc to cccc page opened successfully.

Who know where is the problem? Maybe something needs to change in IIS?

来源:https://stackoverflow.com/questions/8163401/dot-symbol-in-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!