I am working on AngularJs application with node.js. Using gulp, I have created (compiled) my application (app in below image) and got the following directories
Now I completely struck how to proceed next. I want to host this application over IIS to run and see the pages (in views folder) but I don't know how to host it on IIS.
I tried this article, but it guides to use express server.
The issue is, how IIS will figure out that the first page lies in views folder, and even if I use the complete url
http://localhost:8078/views/index.html
it shows me all angular code with brackets like {{logginuser}} etc
EDIT: Do I need web.config file here or not. If yes then how I will define entry point to the application?


viewsdirectory and not root?appis my destination folder where gulp copies minified files. And this app is running on wampserver perfectly but I don't know how to deploy it over iis