Base solution for your next web application
Open Closed

Could not find localization source: AbpWeb #6630


User avatar
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)
  • User Avatar
    0
    [email protected] created

    My Bad... Above mentioned issue has been fixed by adding evironment variable in web.config for specific envionment.

  • User Avatar
    0
    tonyclark69 created

    hey Lakshmi... what was the specific environment variable that fixed this problem for you?

  • User Avatar
    0
    [email protected] created

    Hi tony clark... Following piece of code added in web.config of asp.net core project.

        <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development"></environmentVariable>