When changing the display name(Title) of the Editor task from ArcGIS server manager, the display name is not changed, when the web application is viewed in the browser.
1) Edit the name of the task in Manager by double clicking the task in the tasks panel of the wizard
解决办法
1) Edit the name of the task in Manager by double clicking the task in the tasks panel of the wizard2) Edit the EditorTask > Title property in Visual Studio3) Edit the Title property directly in the markup of the Default.aspx page:EditorTask ID="EditorTask1" runat="server" Title="Edit Bus Routes and Parcels"