I’ve built an Angular application and want to deploy it as a static front-end experience on an IIS server.
Details:
Angular version: 18 ( but i used ng new projectname –standalone=false)
node version : v22.2.0
npm version : 10.7.0
IIS version : 10.0
I had build a production built using command ng build --configuration=production
and it created files in dist folder of project.
I tried adding dist folder path in IIS but that didnt work. I also tried copying dist folder from project and pasting it in another place and using that file path , which also didnt work.