0

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."
4

1 に答える 1

0

CSHTML ファイルは、DNN の Razor Host モジュールで使用できます。DNN 内に表示するには、その CSHTML ファイルをモジュールに追加する必要があります。

そうは言っても、それがあなたが本当にやりたいことだと確信していますか?

于 2013-10-31T21:00:04.110 に答える