0
[email protected] created
Hi Team,
Above mentioned error is being displayed in browser console when i have deployed application to Azure but working as expected in local machine. Any help would be appreciated...
Framework details : ASP.Net Core & Angular
Thanks in Advance, Prasanna.
3 Answer(s)
-
0
My Bad... Above mentioned issue has been fixed by adding evironment variable in web.config for specific envionment.
-
0
hey Lakshmi... what was the specific environment variable that fixed this problem for you?
-
0
Hi tony clark... Following piece of code added in web.config of asp.net core project.
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development"></environmentVariable>