I'm using the React template in Visual Studio, and I'm now trying to deploy it to IIS.
My IIS looks like this:
The application pool look like this:
After I've published the files to IIS, and I go to the url, nothing happens. When I hit Manage Application->Browse in IIS, nothing happens.
I can use the application if I go to the ClienApp folder in the project, open cmd, and writes dotnet ICON.Breif.UI.dll, then the projects starts.
So I guess it has something to do with the node server when I publish to IIS?



