You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
I am trying to host my Angular 8 universal app in the IIS of Windows Server 2019.
I have the dist folder, main.js and web.config file in the root directory of the hosted site.
I have installed the iisnode in the server.
When I browse the site a blank iisnode folder is created on the root directory.
I have set the full control permissions to IIS_IUSR and IUSR to the root directory.
But I am getting the following errors:
Hello,
I am trying to host my Angular 8 universal app in the IIS of Windows Server 2019.
I have the dist folder, main.js and web.config file in the root directory of the hosted site.
I have installed the iisnode in the server.
When I browse the site a blank iisnode folder is created on the root directory.
I have set the full control permissions to IIS_IUSR and IUSR to the root directory.
But I am getting the following errors:
Please help me.