I am trying to publish a site in angularjs in iis but after publishing, when I go to it, it returns me in the console the following error:
Indevelopmentthiserrordoesnotoccur...
Mystructurelookslikethis
Myconfiglookslikethis:
<?xmlversion="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="index.html" />
</files>
</defaultDocument>
</system.webServer>
</configuration>