2012-02-29 77 views
0

當我將一個vb項目在本地計算機上運行的Visual Studio 2010運行到服務器時出現錯誤。我將如何精確解決它?當從本地主機到服務器進行項目時的配置錯誤

Configuration Error 

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. 

Source Error: 


Line 24:  ASP.NET to identify an incoming user. 
Line 25:  --> 
Line 26:  <authentication mode="Windows" /> 
Line 27:  <!-- 
Line 28:  The <customErrors> section enables configuration 

回答

相關問題