C# 不支持区域性名称ne NP

C# 不支持区域性名称ne NP,c#,asp.net,visual-studio-2010,visual-studio-2008,culture,C#,Asp.net,Visual Studio 2010,Visual Studio 2008,Culture,我必须托管一个内置于c#.net、Asp.net和后端oracle的应用程序。此应用程序已托管在其中一台服务器上,并且运行平稳。我已将所有文件和文件夹复制到另一台服务器中,配置与当前运行的服务器相同 IIS版本为6.0,计算机上运行windows server 2003。部署应用程序时,在浏览时会收到以下错误消息。谁能帮我解决这个问题 Culture name 'ne-np' is not supported. Parameter name: name Description: An unha

我必须托管一个内置于c#.net、Asp.net和后端oracle的应用程序。此应用程序已托管在其中一台服务器上,并且运行平稳。我已将所有文件和文件夹复制到另一台服务器中,配置与当前运行的服务器相同

IIS版本为6.0,计算机上运行windows server 2003。部署应用程序时,在浏览时会收到以下错误消息。谁能帮我解决这个问题

 Culture name 'ne-np' is not supported.
Parameter name: name
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Culture name 'ne-np' is not supported.
Parameter name: name

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ArgumentException: Culture name 'ne-np' is not supported.
Parameter name: name]
   System.Globalization.CultureTableRecord..ctor(String cultureName, Boolean useUserOverride) +7481609
   System.Globalization.CultureTableRecord.GetCultureTableRecord(String name, Boolean useUserOverride) +213
   System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) +45
   System.Web.HttpServerUtility.CreateReadOnlyCultureInfo(String name) +200
   System.Web.UI.Page.set_Culture(String value) +194
   _Default.OnPreInit(EventArgs e) +232
   System.Web.UI.Page.PerformPreInit() +31
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282


Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 

在aspx页面中声明区域性:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="xxx.aspx.cs" Inherits="xxx" Culture="ne-NP" %>

在web.config中添加以下行,因此无需在每个页面中指定

<globalization uiCulture="ne" culture="ne-NP" requestEncoding="utf-8" responseEncoding="utf-8" />

我收到以下消息,配置错误描述:处理此请求所需的配置文件时出错。请查看下面的特定错误详细信息,并适当修改配置文件。分析器错误消息:标记包含无效的“culture”属性值。源错误:第71行:第72行:第73行:第74行:第75行: