⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 web.config

📁 ajax会员管理源码... 管理会员用户ID
💻 CONFIG
字号:
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
	<appSettings/>
	<connectionStrings/>
	<system.web>
		<authentication mode="Forms">
			<forms loginUrl="Login.aspx"/>
		</authentication>
		<compilation debug="true"/></system.web>
	<system.net>
		<mailSettings>
			<smtp deliveryMethod="network">
				<network host="smtp.tom.com" port="25" userName="yourname" password="yourpassword"/>
			</smtp>
		</mailSettings>
	</system.net>
</configuration>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -