I have an existing asp application which is running from a long time and many clients used to post the from Form Post or Ajax post with different technologies (e.g. .Php, .Asp, .Aspx). now we are planning to upgrade the asp application to MVC5. As URL’s are modified and existing URL’s are not available they are getting 404 error.
Can anyone know how to route the URL from asp to MVC. Below is my example
http://bbbbbb.com/test/test/mytest.asp
to