2013-11-21 60 views
1

我已經在asp.net 4.0上創建了一個網站,並且當我使用UltiDev Web Server創建此站點的設置時,該集合已成功完成並安裝,當我通過快捷的頁面顯示運行這個錯誤如何創建在asp.net 4.0上編寫Web應用程序的UltiDev Web服務器安裝程序

Server Error in '/WebApp' Application.

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: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

Source Error:

Line 14: 
Line 15: <system.web> 
Line 16:  <compilation debug="true" targetFramework="4.0" /> 
Line 17: 
Line 18:  <authentication mode="Forms"> 

Source File: C:\Program Files (x86)\Microsoft\TestSetup\WebApp\web.config Line: 16

Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5459

,當我創建.NET Framework 2.0的任何應用它做工精細.. 我已經在.NET很長一段時間創建的設置2.0

回答

1

Saad,

當regis使用UWS創建Web應用程序,請務必使用/CLR:4 parameter以確保您的應用程序將被加載到運行.NET Framework 4.x的UWS應用程序主機進程中。

+0

謝謝親愛的,但是當我在參數中寫入/ CLR:4時,它顯示另一個錯誤,並且沒有正確安裝。 分別我試圖建立設置2.0它工作成功.. –

+0

/CLR = 4爲我做了詭計。 – tobbenb3

相關問題