User-1178735859 posted
I publish web app and database to azure, and I can link my local to azure database. the web app is working on my local. but I run paxxxxxx.azurewebsites.net, I got the error:
The resource object with key 'Login' was not found.
<asp:MenuItem Value="Login" Text="<%$Resources:Resource.us,Login%>" NavigateUrl="~/Account/Login"></asp:MenuItem>
I open vs2013 and I can find the key in "Resource.us.resx" and "Resource.zh.resx" on "App_GlobalResources" folder.
I am not sure what is going on (the point is the web is working on my local when I link to azure database).
I can find some info on "app service editor":
in "bin", I can find "resources.dll" file in "zh" only, it means I miss "us" file?
thanks for any idea.