web.config
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:1k
源码类别:
OA系统
开发平台:
C#
- <?xml version="1.0"?>
- <configuration>
- <system.web>
- <httpHandlers>
- <!--
- Please note, this is only for ASP.NET 1.0 and 1.1.
- This line does not need to be included in ASP.NET 2.0
- -->
- <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox"/>
- </httpHandlers>
- <compilation>
- <assemblies>
- <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation></system.web>
- </configuration>