I run the following command
ng build --base-href /extDataAngular/
and put all the file from Dist folder to IIS-6 server
When I try to open the Url in Browser
It just show the following error:
Not allowed to load local resource: file:///C:/Program%20Files/Git/extDataAngular/runtime.js
Not allowed to load local resource: file:///C:/Program%20Files/Git/extDataAngular/polyfills.js
Not allowed to load local resource: file:///C:/Program%20Files/Git/extDataAngular/styles.js
Not allowed to load local resource: file:///C:/Program%20Files/Git/extDataAngular/scripts.js
Not allowed to load local resource: file:///C:/Program%20Files/Git/extDataAngular/vendor.js
Not allowed to load local resource: file:///C:/Program%20Files/Git/extDataAngular/main.js
Not allowed to load local resource: file:///C:/Program%20Files/Git/assets/img/icon_logo.ico
Is there anyway to fix the resource path pointing to the right path?
Correct path should be://d:/app/extDataAngular
Current wrong path: //C:/Program%20Files/Git/extDataAngular/vendor.js
