Web.config的add下的type如何写?
<!--Web.config的add下的type如何写--> <httpModules> <!-- WebApplication --> <add name="Test" type="命名空间.类名,程序集dll名称"></add> </httpModules> <httpModules> <!-- 网站 --> <add name="Test" type="类名"></add> </httpModules>
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3