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
To use iisnode with an Angular 17 SSR application, follow these steps:
Install the latest versions of iisnode and node.js.
By default, iisnode cannot handle .mjs files. To overcome this problem, change the last line of the interceptor.js (C:\Program Files\iisnode) file to :
To use iisnode with an Angular 17 SSR application, follow these steps:
Install the latest versions of iisnode and node.js.
By default, iisnode cannot handle .mjs files. To overcome this problem, change the last line of the interceptor.js (C:\Program Files\iisnode) file to :
Copy all the files in the dist folder into the directory that will serve your application.
Create a web.config file at the rout of this directory with the following contents:
Your Angular 17 SSR application should be well served!
The text was updated successfully, but these errors were encountered: