I developed a basic demo micro frontend project using nx,module federation with angular. When I am trying to host it on my IIS, the remote apps are working fine, but the host(or) shell application is failing to load. The remoteEntry.mjs file from either remote apps is not being loaded. When tried to access 'http://localhost/app1/remoteEntry.js' I am getting a HTTP Error 404.3 - Not Found.
I have no idea about how to change the handlers thing mentioned in the 'Things you can try'. I am a beginner in this.