资源描述:
《asp程序设计实现了公司动态网站的开发》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、ASP程序设计实现了公司动态网站的开发摘 要19世纪是铁路的时代,20世纪是高速公路的时代,21世纪是网络的时代。互联网络的迅速崛起和在全球范围内的飞速发展,使万维网(worldwideweb简称www或web)成为高效的全球性信息发布渠道。IIS(InternetInformationServer)是微软公司主推的企业级Web服务器,它与WindowsNT系统紧密集成,可以解释执行asp网页代码。asp(ActiveServerPages)即活动服务页,用于建立动态网站开发环境。使用asp可以组合HTML页,脚本命令以及ActiveX组件来创建交互式的Web页和功能强大的基于Web的应用程
2、序。基于asp开发的应用程序无须编译,直接在服务器端执行。ADO(ActiveXDataObject)是目前最为流行的数据库访问方法,给数据源提供了最容易、最有效的编程接口。asp提供对ADO的全面支持,asp应用程序开发人员可以通过ADO数据对象来访问数据库SQLServer2000。基于Web模式的公司网站的BBS功能模块分为注册管理、登陆管理、发表留言、回复留言。经过分析,在WindowsXP系统下采用IIS5.1配置Web服务器,使用ADO的OLEDB方式连接SQLServer2000Develop版数据库,通过编写asp程序设计实现了公司动态网站的开发。关键词:IIS,asp,AD
3、O,动态网站。 Abstract19thcenturyaretherailroadtimes,20thcenturyarethehighwaytimes,the21stcenturyarethenetworktimes.Internet rapidlyriseswithintheglobalscoperapiddevelopment,causesWorldWideWeb(worldwidewebtobecalledwwworweb)becomingthehighlyeffectiveglobalinformationissuechannel.IIS(InternetInformat
4、ionServer)istheenterpriselevelWebserverwhichMicrosoftCorporationhostpushes,itwithWindowstheNTsystemcloseintegration,mayexplaincarriesouttheasphomepagecode.asp(ActiveServerPages)istheactiveservicepage,usesintoestablishthedynamicwebsitedevelopmentenvironment.UsesASPtobeallowedtocombinetheHTMLpage,the
5、scriptorderaswellastheActiveXmodulefoundstheinteractiveWebpageandthefunctionisformidablebasedontheWebapplicationprocedure.DoesnotneedbasedontheASPdevelopmentapplicationproceduretotranslate,directlyinserverendexecution.ADO(ActiveXDataObject)isthepresentmostpopulardatabaseaccessmethod,providedtotheda
6、tapoolhasbeeneasiest,themosteffectiveprogrammingconnection.ASPprovidestotheADOcomprehensivesupport,theASPapplicationproceduredevelopmentpersonnelmayvisitdatabaseSQLServerthroughtheADOdataobject2,000.FunctionmoduledividesintotheregistrationmanagementbasedonWebthepatterncompanywebsiteBBS,landsthemana
7、gement,thepublicationmessage,thereplymessage.Aftertheanalysis,IsystemuseIIS5.1inWindowsundertheXPtodisposetheWebserver,usesADOOLEtheDBwaytoconnectSQLServer2,000Developversiondatabase,throughcompiledtheASPpr