How to host Angular2 application on IIS
I have created a angular 2 application with MVC and i installed angular2 packages which are under node_modules folder. Now I want to host it on IIS and dont want to include node_module folder in publish code. How I can resolve packages path issue?