I am working on a project with Vs2010 and MVC4. (mainly Apicontrollers). Now the project is ready to deploy into production. The problem is that the client don't want to go with MVC4 even though there is a go-live license from Microsoft. The only new feature I used in this project from MVC4 is webAPI.
- Can I use APIcontrollers in MVC3?
- If yes How can I implement API controllers in MVC3 project?
- What troubles will I face if I downgrade to MVC3 from webAPI standpoint (like :routing,hhtpconfiguration)