我想爲我的新業務Antech設置一個網站,但我似乎無法讓我的登陸站點指向'Default.aspx'。我是否必須使用IIS,IIS Express是否可以工作?我不斷地想出了以下錯誤在我的Web.config文件(看到實際的錯誤,你可以去我的網站here):建立一個ASP.NET網站
Server Error in '/' 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 24: </connectionStrings>
Line 25: <system.web>
Line 26: <compilation debug="true" targetFramework="3.5">
Line 27: <assemblies>
Line 28: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Source File: \\boswinfs07\home\users\web\b341\dom.antechdevelopmen\web.config Line: 26
Version Information: Microsoft .NET Framework Version:2.0.50727.3634; ASP.NET Version:2.0.50727.3634
感謝您的幫助提前!
當你從第26行刪除targetFramework時發生了什麼? –
請不要發佈死鏈接。可能它是隻有你可以訪問的開發者站點。 –
至於這個問題,出於某種原因,你的'web.config'文件是爲了更高版本的.NET而編寫的。 –