<?xml version="1.0"?> <!-- 有关如何配置 ASP.NET 应用程序的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=169433 -->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<httpRuntime/>
<httpModules>
<add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" />
</httpModules>
<pages>
<controls>
<add tagPrefix="ext" namespace="Ext.Net" assembly="Ext.Net"/>
</controls>
</pages>
</system.web>
</configuration>
黑体字用于在每个aspx页面引用ext, 而不用再单独去每个页面书写<%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
时间: 2024-11-13 08:53:06