1、 摘 要 随着 Internet 的发展,物业管理系统与传统人工操作比较越来越突显其优势,物 业信息化管理已深入到人们的生活中。 而管理与网络有着天然的契合度,是最适合在 互联网上管理各类日常生活。因此设计开发物业管理系统具有实际应用价值和代表 性。 使用 VS2005 作为开发工具,将.NET 中的一些新技术运用到了系统中;在开发 过程中用到了时下流行的 ASP+IIS+ACCESS 搭档, 实现了登录系统、 基本资料管理、 物管中心等功能。 本文首先简单的介绍了本网站的开发背景,叙述需求分析,然后重点介绍了详 细设计和实现,包含数据库的设计和.NET 框架的实现等。 关键词:ASP.NET
2、;ADO.NET;系统;物业管理 ABSTRACT With the increasing development of Internet, property management and traditional commerce increasingly highlight their advantages. The property management has penetrated into peoples lives. A natural fit between the management and the network is the most suitable type of pr
3、oduct sold on the Internet. So designing property management system has a practical application, and representative value. VS2005 is used as the development tool and some new technologies of .NET are applied in this system. During the development, the Partner of ASP, IIS and ACCESS, the popular tech
4、nology, is used. And the system implemented the login of system, basic management, property managemen and so on. Firstly, this paper briefly introduces the background of development of the system, description the demand analysis. Secondly, the paper emphatically introduces the detailed design and im
5、plementation of the system, including design of database and the realization of .NET framework. Keywords: ASP.NET; AOD.NET; system; property management I 目 录 摘 要 Abstract 第 1 章 绪论 . 1 1.1 课题背景 1 1.2 课题意义 1 1.3 可行性分析. 2 1.4 系统功能 2 第 2 章 开发工具介绍 . 3 2.1 Access 数据库 . 3 2.2 IIS 相关知识介绍 3 2.2.1 IIS 在互联网中的应
6、用 3 2.2.2 IIS 的发展 4 2.2.3 IIS 核心组件 5 2.3 ASP.NET、ADO.NET 和 C#语言简介 5 2.4 VS 2005 的简要介绍 10 2.5 浏览器(页面)问题:ASP.NET 和 XHTML. 11 第 3 章 需求分析 13 3.1 系统需求分析 13 3.2 性能需求 .13 3.2.1 实用性和先进性 13 3.2.2 整体性和可靠性 13 3.2.3 安全性和保密性 14 3.2.4 易使用和易维护 14 3.3 物业管理系统用户需求 14 3.4 功能需求 .14 3.5 系统层次框图 14 II 第 4 章 物业管理系统的总体设计 16 4.1 物业管理系统的分析16 4.2 系统的目标与功能介绍 16 4.3 数据库管理模块.16 第第 5 章 基于 ASP.NET 的物业管理系统的详细设计.18 5.1 功能设计 .18 5.1.1 系统的主要解决的功能.18 5.1.2 系统的主要解决的功能模块图 18 5.2 数据库设计19 5.3 数据库访问组件设计22 5.3.1 数据库访问组件分析 .22 5.3.2 数据实