I have an application developed in ASP.NET and uses Active Directory for authentication. The error messages from Active Directory, when published on my computer, appear in Portuguese, but, when published on server, they appear in English and must appear in Portuguese. I have already put the globalization tag in the Web.config and not resolved.
Does anyone know how I can solve this problem?
By default it's a language of the installed .NET Framework. Locally you have Portuguese version and on the server, you most likely have English Framework. You could either try to install Portuguese language pack for .NET or as suggested
here try to change the regional settings of the ASPNET account - you can do this from Regional Settings in the Control Panel by checking the checkbox "Apply to current user and to the default user profile".
None
0 Points
1 Post
ASP.NET and Active Directory - Messages Globalization
Oct 14, 2014 09:42 AM|lvendrame|LINK
I have an application developed in ASP.NET and uses Active Directory for authentication.
The error messages from Active Directory, when published on my computer, appear in Portuguese, but, when published on server, they appear in English and must appear in Portuguese. I have already put the globalization tag in the Web.config and not resolved. Does anyone know how I can solve this problem?
All-Star
35159 Points
9075 Posts
Re: ASP.NET and Active Directory - Messages Globalization
Oct 14, 2014 11:51 AM|smirnov|LINK
By default it's a language of the installed .NET Framework. Locally you have Portuguese version and on the server, you most likely have English Framework. You could either try to install Portuguese language pack for .NET or as suggested here try to change the regional settings of the ASPNET account - you can do this from Regional Settings in the Control Panel by checking the checkbox "Apply to current user and to the default user profile".