<configuration>
<configSections>
<section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false" />
</configSections>
<!-- 可用的配置项(这里列的都是默认值):
Language="zh_CN"
AjaxTimeout="120"
EnableAjax="true"
Theme="Neptune"
FormMessageTarget="Qtip"
FormOffsetRight="0"
FormLabelWidth="100"
FormLabelSeparator=":"
IconBasePath="~/res/icon"
EnableAjaxLoading="true"
AjaxLoadingType="default"
CustomTheme=""
CustomThemeBasePath="~/res/theme"
-->
<FineUI DebugMode="false" />
<appSettings />
<connectionStrings />
<system.web>
<pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
<controls>
<add assembly="FineUI" namespace="FineUI" tagPrefix="f" />
</controls>
</pages> <httpRuntime maxRequestLength="102400 " />
<customErrors mode="Off" />
<compilation debug="true" targetFramework="4.5" />
<!--
<authentication mode="Forms">
<forms name=".ASPXFORMSAUTH" loginUrl="~/default.aspx" timeout="120" defaultUrl="~/main.aspx" protection="All" path="/"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
-->
</system.web>
<!--
<location path="res.axd">
<system.web>
<authorization>
<allow users ="*" />
</authorization>
</system.web>
</location>
--> <system.webServer>
<modules>
<add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>
</modules>
<handlers>
<add name="FineUIResourceHandler" verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI"/>
</handlers>
</system.webServer> </configuration>

最新文章

  1. [WPF] Wait for a moment.
  2. OpenCASCADE BRep vs. OpenNURBS BRep
  3. PR&amp;AE插件开发遇到的一个坑
  4. FFMPEG在嵌入式硬件上应用之 —— 基本环境搭建及编译
  5. WNDR3700V4 安装SVN Server
  6. KnockoutJS 3.X API 第二章 数据监控(1)视图模型与监控
  7. 使用audio标签播放音频文件
  8. java io系列01之 &quot;目录&quot;
  9. 在Quartus II中分配管脚的两种常用方法
  10. Java 集合深入理解(10):Deque 双端队列
  11. codeforces #310 div1 C
  12. (原)centos7安装和使用greenplum4.3.12(详细版)
  13. Xcode中使用数据(硬件)断点调试
  14. Swift学习字符串、数组、字典
  15. SystemTap Beginners Guide
  16. T-SQL基础(一)之简单查询
  17. Unity3D Shader 空气扭动效果
  18. dubbo-常用配置
  19. ntp测试
  20. TQ2440触摸屏

热门文章

  1. Scoped CSS规范草案
  2. 你必须收藏的Github技巧
  3. 【搬砖】安卓入门(4)- Java开发编程基础--数组
  4. android环境下的即时通讯
  5. WEB页面中常见的四种控件的必须的测试
  6. Spring:Aop before after afterReturn afterThrowing around 的原理
  7. Mybatis 查不到数据,总是返回Null
  8. Oracle学习笔记五 SQL命令(三):Group by、排序、连接查询、子查询、分页
  9. XP本地连接正常无法上网的解决方法
  10. [No000090]C#捕获控制台(console)关闭事件及响应cmd快捷键