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?