web.config
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <?xml version="1.0"?>
  2. <configuration>
  3. <system.web>
  4. <httpHandlers>
  5. <!-- 
  6. Please note, this is only for ASP.NET 1.0 and 1.1. 
  7. This line does not need to be included in ASP.NET 2.0
  8. -->
  9. <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox"/>
  10. </httpHandlers>
  11. <compilation>
  12. <assemblies>
  13. <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation></system.web>
  14. </configuration>