I have created a React application OptionsReact using typescript and create-react-app. Then I build the application by running
npm run build
I create in IIS a Website OptionsReact and point it to the build folder, application works and I can see it in the browser.
But when I create an Application OptionsReact under an existing Website, the page in the browser is blank, it seems as if the server doesn't run javascript.
any ideas how can I fix it?


