Asp.net源码专业站
首页->新知实践->ASP.net邮件发送源码(51aspx原创)>>51aspxMail/Web.config>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:ASP.net邮件发送源码(51aspx原创)
当前文件:文件类型 JH1GEZ9ACZA70/51aspxMail/Web.config[1K,2009-6-12 11:45:31]打开代码结构图
普通视图
		            
1<?xml version="1.0"?> 2 3<configuration> 4 5 <appSettings/> 6 <connectionStrings/> 7 8 <system.web> 9 <!-- 10 Set compilation debug="true" to insert debugging 11 symbols into the compiled page. Because this 12 affects performance, set this value to true only 13 during development. 14 --> 15 <compilation debug="true" /> 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> 36
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:ASP.net邮件发送源码(51aspx原创)
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146