Hi,
In debug mode, my web.config contains the following:
<compilation defaultLanguage="c#" debug="true" batch="false" targetFramework="4.5">
In release mode, my web.config contains the following:
<compilation defaultLanguage="c#" batch="false" targetFramework="4.5">
This is the same, only without debug="true".
In case of release mode, the AngularGoogleMaps component is not working.
On http://our.umbraco.org/projects/backoffice-extensions/angulargooglemaps I read in 1.0.1. "Fixed error with release mode, eg. web.config not in debug mode" so I installed latest package, but still the AngularGoogleMaps is only working when I add debug="true" to the web.config.
Also, when installing the new package, first I did not see the new package was installed, because version number still is 1.0. Only with the createdate of the dll file I can see a new file is placed.
Regards,
Onno Sloof
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/60224-problems-with-missing-debug-true-in-webconfig