1

ResourceManagerとWindowコンポーネントをWebアプリに配置した後、asp.netアプリをデバッグしていますが、警告メッセージが表示されます。

The web.config file for this project is missing the required DirectRequestModule.

Example

<system.web>
  <httpModules>
    <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" />
  </httpModules>
</system.web>
More information available at "Getting Started". 

この種のエラーを修正するにはどうすればよいですか?

4

2 に答える 2

2

にはサンプルREADME.txtが含まれています。Web.config

http://examples.ext.net/#/Getting_Started/Introduction/README/

同様に、NuGet 経由で Ext.NET をインストールすると、正しい Web.config ノードが自動的にセットアップされます。

install-package ext.net

お役に立てれば

于 2013-02-16T14:43:28.543 に答える