Deploy Asp.net-Mvc-Spa application
Recently i have created a test project with Asp.net and MVC4 . It's running well from
Visual Studio-13 debug mode . But when i Published it over IIS-7 and was trying to run the application from IIS it's showing the following error.
--------------------------------------------
http://localhost/TEST
Not Found [404 not found]
The requested URL /TEST was not found on this server.
-------------------------------------------
Environment at my laptop
OS: Win 7
IIS: 7
Vs: 2013.
---------------------------------