温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Ajax会员管理源码
当前文件:
AjaxLogin/Web.config[512B,2009-6-12 11:31:36],打开代码结构图
AjaxLogin/Web.config[512B,2009-6-12 11:31:36],打开代码结构图1<?xml version="1.0"?> 2
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> 3
<appSettings/> 4
<connectionStrings/> 5
<system.web> 6
<authentication mode="Forms"> 7
<forms loginUrl="Login.aspx"/> 8
</authentication> 9
<compilation debug="true"/></system.web> 10
<system.net> 11
<mailSettings> 12
<smtp deliveryMethod="network"> 13
<network host="smtp.tom.com" port="25" userName="yourname" password="yourpassword"/> 14
</smtp> 15
</mailSettings> 16
</system.net> 17
</configuration> 18



