We are developing a REST based application using Visual Studio 2010, using asp.net web api and we want to host it using IIS.
For the client side, we want to use pure html, css and javascript to access and using this REST based application.
But we could not find any project type HTML web application or site in VS 2010. WE do not want to use asp.net or mvc empty project.
Is there is any project type available or any other best way to do this?