FineUI配置文件

 1 <configuration>
 2   <configSections>
 3     <section name="FineUI" type="FineUI.ConfigSection, FineUI" requirePermission="false" />
 4   </configSections>
 5   <!-- 可用的配置项(这里列的都是默认值):
 6       Language="zh_CN"
 7       AjaxTimeout="120"
 8       EnableAjax="true"
 9       Theme="Neptune"
10       FormMessageTarget="Qtip"
11       FormOffsetRight="0"
12       FormLabelWidth="100"
13       FormLabelSeparator=":"
14       IconBasePath="~/res/icon"
15       EnableAjaxLoading="true"
16       AjaxLoadingType="default"
17       CustomTheme=""
18       CustomThemeBasePath="~/res/theme"
19   -->
20   <FineUI DebugMode="false" />
21   <appSettings />
22   <connectionStrings />
23   <system.web>
24     <pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
25       <controls>
26         <add assembly="FineUI" namespace="FineUI" tagPrefix="f" />
27       </controls>
28     </pages>
29
30     <httpRuntime maxRequestLength="102400 " />
31     <customErrors mode="Off" />
32     <compilation debug="true" targetFramework="4.5" />
33     <!--
34     <authentication mode="Forms">
35       <forms name=".ASPXFORMSAUTH" loginUrl="~/default.aspx" timeout="120" defaultUrl="~/main.aspx" protection="All" path="/"/>
36     </authentication>
37     <authorization>
38       <deny users="?"/>
39     </authorization>
40     -->
41   </system.web>
42   <!--
43   <location path="res.axd">
44     <system.web>
45       <authorization>
46         <allow users ="*" />
47       </authorization>
48     </system.web>
49   </location>
50   -->
51
52   <system.webServer>
53     <modules>
54       <add name="FineUIScriptModule" type="FineUI.ScriptModule, FineUI"/>
55     </modules>
56     <handlers>
57       <add name="FineUIResourceHandler" verb="GET" path="res.axd" type="FineUI.ResourceHandler, FineUI"/>
58     </handlers>
59   </system.webServer>
60
61 </configuration>
时间: 2024-10-31 06:53:03

FineUI配置文件的相关文章

FineUI第二天

原博文http://www.cnblogs.com/sanshi/archive/2012/02/12/2347789.html 1.首先复制extJS的文件夹到根目录. 2.引用程序集 3.配置配置文件: 1 <?xml version="1.0"?> 2 <configuration> 3   <!--1.0配置Session--> 4   <configSections> 5     <section name="F

linux下Nginx配置文件(nginx.conf)配置设置详解(windows用phpstudy集成)

linux备份nginx.conf文件举例: cp /usr/local/nginx/nginx.conf /usr/local/nginx/nginx.conf-20171111(日期) 在进程列表里 面找master进程,它的编号就是主进程号. ps -ef | grep nginx 查看进程 cat /usr/local/nginx/nginx.pid 每次修改完nginx文件都要重新加载配置文件linux命令: /usr/local/nginx -t //验证配置文件是否合法 若ngin

nginx配置文件详解

nginx配置文件nginx.conf超详细讲解 #nginx进程,一般设置为和cpu核数一样worker_processes 4;                        #错误日志存放目录 error_log  /data1/logs/error.log  crit;  #运行用户,默认即是nginx,可不设置user nginx       #进程pid存放位置pid        /application/nginx/nginx.pid; #Specifies the value

环境变量配置文件

让配置文件立即生效:source 配置文件 或 . 配置文件 /etc/profile 例:定义了HISTSIZE=1000 /etc/profile.d/*.sh /etc/bashrc ~/.bash_profile 例:定义了PATH=$PATH:$HOME/bin ~/.bashrc 例:定义了当前用户的命令别名 ~/.bash_history 注释:历史命令

Linux中的环境变量配置文件及其作用

登录相关的配置文件: /etc/profile 范围:对所有用户生效 作用: a.定义USER变量 b.定义LOGNAME变量 c.定义MAIL变量 d.定义PATH变量 e.定义HOSTNAME变量 f.定义HISTSIZE变量 g.定义umask值 i.调用/etc/profile.d/*.sh文件 /etc/profile.d/*.sh 范围:对所有用户生效 说明:这是一族sh文件,没个都会被调用 例如: /etc/profile.d/lang.sh 作用:调用/etc/sysconfg/

spring配置文件详解

转自: http://book.51cto.com/art/201004/193743.htm 此处详细的为我们讲解了spring2.5的实现原理,感觉非常有用 spring配置文件是用于指导Spring工厂进行Bean生产.依赖关系注入(装配)及Bean实例分发的"图纸".JavaEE程序员必须学会并灵活应用这份"图纸"准确地表达自己的"生产意图".Spring配置文件是一个或多个标准的XML文档,applicationContext.xml是

Hyper-V虚拟机Redhat添加网卡找不到网卡配置文件解决方法

环境:Hyper-V虚拟机上面安安装Redhat6.7 问题:系统安装时,只有一块网卡,现根据需要,增加一块网卡,DHCP获取IP地址,在Hyper-V设置中增加网卡后,存在连个问题:1./etc/sysconfig/network-scripts/中找不到配置文件且无法连接外网 解决方法: 1.cat /etc/udev/rules.d/70-persistent-net.rules 查看网卡的MAC地址和网卡名称 2. 在/etc/sysconfig/network-scripts/下建立i

004-用户、组、权限管理命令及bash配置文件、管道、重定向、grep

l  1.用户管理命令 1.)创建用户命令 useradd  [OPTIONS] USERNAME -u(UID):指定用户UID -g(GID):指定基本组 -G( group,...):指定附加组 -c"COMMENT":指定注释信息 -d(home_dir):指定家目录/path/to/directory -s:指定SHELL路径(/etc/shells指定了当前系统可用的安全shell) -m –k:强行为用户创建家目录 -M:不创建用户家目录 /etc/login.defs

PHP配置文件经典漏洞

phithon师父在小蜜圈里放了一个经典的配置文件写入问题漏洞. <?phpif(!isset($_GET['option'])) die();$str = addslashes($_GET['option']);$file = file_get_contents('./config.php');$file = preg_replace('|\$option=\'.*\';|', "\$option='$str';", $file);file_put_contents('./co