新しいビジネスであるAntechの Web サイトをセットアップしようとしていますが、ランディング サイトが 'Default.aspx' を指すようにできません。IIS を使用する必要がありますか? その場合、IIS Express は機能しますか? Web.config ファイルに次のエラーが継続的に表示されます (実際のエラーを確認するには、ここで私の Web サイトにアクセスしてください)。
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
事前にご協力いただきありがとうございます。