IIS 7.5 に既に配置されている Web サイトに Web ページを追加しようとしています。.config ファイルを変更して dll ファイルを追加しようとする解決策を求めて、インターネットを精査しました。Web ページを独自の Web サイトとして実行すると問題なく動作しますが、既に確立されている Web サイトから独自の URL を設定するとエラーが発生します。
エラーは次のとおりです。
"The value for the 'compilerVersion' attribute in the provider options must be 'v4.0'
or later if you are compiling for version 4.0 or later of the .NET Framework. To
compile this Web application for version 3.5 or earlier of the .NET Framework,
remove the 'targetFramework' attribute from the <compilation> element of the
Web.config file. Description: An unhandled exception occurred during the execution
of the current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Configuration.ConfigurationErrorsException: The value for
the 'compilerVersion' attribute in the provider options must be 'v4.0' or later if
you are compiling for version 4.0 or later of the .NET Framework. To compile this
Web application for version 3.5 or earlier of the .NET Framework, remove the
'targetFramework' attribute from the <compilation> element of the Web.config file."