1
Answer

How to Host Angular2-MVC .net core Application in IIS

Jaguar 6630

Jaguar 6630

7y
209
1

How to Host a Angular2-MVC application developed using Visual Studio in IIS.

1. Using Gulp or Webpack ??

2. Is it possible to get Typescript or Javascript files without bundling in the browser which would be useful for debugging.

Answers (1)
0
Mithun Pattankar

Mithun Pattankar

NA 731 63.7k 7y
If you are planning to use ASP.NET Core (MVC) with Angular (2) then better use Microsoft JavaScript Services, they internally use webpack & smooth way of hosting app on IIS. You dont need to do any configuration
 
The current development enviroment expects JS or TS files to be bundled.