将 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".
如何解决这种错误?