摘要本系统是采用ASP.net+VS2005技术开发设计的汽车论坛。系统实现了论坛信息的动态发布,使得对信息的管理更加及时、高效,提高了工作效率。数据库采用了SQLServer2000数据库,操作简单、方便而且廉价易维护性高。软件采用的是B/S的设计结构,主要分为前台显示和后台管理两部分。前台是用户注册、密码修改、登录、浏览帖子、回复帖子、根据关键字搜索帖子等;后台主要实现对帖子的查看、对非法的帖子进行删除,对回复的帖子进行查看、删除等管理操作以及公告的发布、添加、删除、修改等操作。本文通过对汽车论坛网站系统设计到实现流程的描述,目的是让人们了解汽车论坛网站的结构以及系统从设计到实现中各个部分的解决方案,让大家了解ASP.NET网络编程广泛采用的设计模式。关键词:汽车论坛,系统,ASP.NET,公告AbstractThissystemisusestheASP.net+VS2005technologydevelopmentdesigntheautomobileforum.Thesystemhasrealizedtheforuminformationdynamicissue,causestobeevenmoreprompttotheinformationmanagement,highlyeffective,raisedtheworkingefficiency.ThedatabaseusedtheSQLServer2000database,thesimplicityofoperator,theconveniencemoreovertheinexpensiveeasymaintenancetobehigh.whatthesoftwareusesistheB/Sdesignstructure,mainlydividesintotheonstagetodemonstrateandthebackstagemanagestwoparts.Theonstageistheuserregistration,thepasswordrevises,registers,thebrowsingcard,thereplycard,thebasiskeywordssearchcardandsoon;Thebackstagemainlyrealizestothecardexamination,carriesonthedeletiontotheillegalcard,carriesonoperationsandsoonissuewhich,increase,deletion,revisiontothereplycardmanagementandsoonexamination,deletionoperateaswellasannounced.thisarticlethroughrealizestheflowdescriptiontotheautomobileforumwebsitesystemdesign,thegoalisletsthepeopleunderstandthattheautomobileforumwebsitethestructureaswellasthesystemfromthedesigntorealizationineachpartofsolution,leteverybodyunderstandtheASP.NETnetworkprogrammingwidelyusesdesignpattern.Keywords:Automobileforum,system,ASP.NET,announcement目录1前言.......................................................................12需求分析...................................................................22.1系统的功能需求.......................................................22.1.1会员功能.......................................................22.1.2搜索功能.......................................................22.1.3版主功能.......................................................22.1.4论坛展区功能...................................................22.1.5后台数据维护功能...............................................32.2ASP.NET技术简介...................................................32.3ASP.NET工作原理...................................................42.4系统数据库连接...................................................52.5SQLSERVER2005数据库...............................................73概要设计...................................................................93.1系统总体构概要设计...................................................93.2数据模型............................................................103.2.1数据流图......................................................103.2.2系统设计E-R图................................................113.3数据库设计..........................................................124详细设计及实现............................................................164.1前台页面的设计与实现................................................164.1.1首页的设计实现.................................................