您目前尚未登陆,请选择【登陆】或【注册
首页->控件插件->功能很全asp.net图片水印组件源码2.0>>Web.config>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:功能很全asp.net图片水印组件源码2.0
当前文件:文件类型 ImageWaterMark/Web.config打开代码结构图
高亮显示
		            <?xml version="1.0"?>
<configuration>
 
	<system.web>
	
		<compilation defaultLanguage="c#" debug="true">
			<compilers>
				<compiler language="c#" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs" compilerOptions="/unsafe" /></compilers></compilation>
		
		<customErrors mode="RemoteOnly"/>
		
		<authentication mode="Windows"/>
		
		<authorization>
			<allow users="*"/>
			
		</authorization>
		
		<trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true"/>
		
		<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20"/>
		
		<globalization requestEncoding="gb2312" responseEncoding="gb2312"/>
		<xhtmlConformance mode="Legacy"/></system.web>
</configuration>


        
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:功能很全asp.net图片水印组件源码2.0
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号