您目前尚未登陆,请选择【登陆】或【注册
首页->控件插件->51aspx日期控件演示及源码>>Demo/Web.config>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:51aspx日期控件演示及源码


当前文件路径:CalendarDemo/Demo/Web.config 文件类型
普通视图
		            
1<?xml version="1.0"?><configuration> 2 3 <appSettings/> 4 <connectionStrings/> 5 6 <system.web> 7 <!-- 8 Set compilation debug="true" to insert debugging 9 symbols into the compiled page. Because this 10 affects performance, set this value to true only 11 during development. 12 --> 13 <compilation debug="true"> 14 <assemblies> 15 <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation> 16 <!-- 17 The <authentication> section enables configuration 18 of the security authentication mode used by 19 ASP.NET to identify an incoming user. 20 --> 21 <authentication mode="Windows"/> 22 <!-- 23 The <customErrors> section enables configuration 24 of what to do if/when an unhandled error occurs 25 during the execution of a request. Specifically, 26 it enables developers to configure html error pages 27 to be displayed in place of a error stack trace. 28 29 <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> 30 <error statusCode="403" redirect="NoAccess.htm" /> 31 <error statusCode="404" redirect="FileNotFound.htm" /> 32 </customErrors> 33 --> 34 </system.web> 35</configuration>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:51aspx日期控件演示及源码

- 最简单无刷新聊天室源码

- Session购物车示例源码

- Asp.net酒店管理系统源码

- 某贸易公司项目管理系统源码

- 牛人入门留言本

- NBear+NBear开发BBS系统源码

- asp.net漂亮弹出对话框控件源..

- 中文彩色验证码实现(变形\噪..

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号