基于ASP.NET的网站登录注册功能设计与实现
摘 要
近年来随着网络的飞速发展,越来越多的公共网站在提供功能之前要求用户注册和登录。这不仅有助于网站的管理和统计,也为用户提供了方便。本文以Visual Stdio、SQL Server为平台,运用Html语言和C#来设计与实现简单的网站登录注册功能。
关键词:网站设计;ASP.NET技术;SQL Server;Visual Stdio;注册和登录
Design and implementation of website login registration function based on ASP.NET
ABSTRACT
With the rapid development of the Internet in recent years, more and more public websites require users to register and log in before providing functions. This not only contributes to the management and statistics of the site, but also provides convenience for users. This paper takes Visual Stdio and SQL Server as the platform, USES Html language and C# to design and implement simple website login registration.
function.Keywords: Web Design; ASP.NET Technology; SQL Server;
Register and Log in
目 录
摘要与目录 1
第一章 绪论 3
1.选题背景及意义 3
2.论文内容 3
第二章 相关技术概述 3
1.三层B/S结构 3
2..NET技术 3
3.SQL Server 2017 4
4.Visual Studio 2017 4
第三章 需求分析 4
(一)功能分析 4
1.注册登录功能 4
2.退出登录功能 4
3.在线人数统计功能 4
(二)系统总体分析 4
第四章 功能设计 5
1.注册登录模块设计 5
2.退出登录模块设计 8
3.在线人数统计模块设计 8
第五章 实现和测试 9
1.登录功能实现 9
2.注册功能实现 10
3.退出登录功能实现 11
4.在线人数统计功能实现 12
第六章 具体代码 12
1.网页主页代码 12
2.网页css代码 14
3.aspx.cs代码 14
4.Global.aspx代码 18
参考文献 20