资源描述:
《微软内部asp_net培训资料_实战篇.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、ContentsOverview1RequirementsofaWebApplication2WhatIsNewinASP.NET?3SharingInformationBetweenPages13SecuringanASP.NETApplication24Lab7:CreatinganASP.NETWebApplication39Review50Module7:CreatinganASP.NETWebApplicationInformationinthisdocumentissubjecttochangewithoutnotice
2、.Thenamesofcompanies,products,people,characters,and/ordatamentionedhereinarefictitiousandareinnowayintendedtorepresentanyrealindividual,company,product,orevent,unlessotherwisenoted.Complyingwithallapplicablecopyrightlawsistheresponsibilityoftheuser.Nopartofthisdocument
3、maybereproducedortransmittedinanyformorbyanymeans,electronicormechanical,foranypurpose,withouttheexpresswrittenpermissionofMicrosoftCorporation.If,however,youronlymeansofaccessiselectronic,permissiontoprintonecopyisherebygranted.Microsoftmayhavepatents,patentapplicatio
4、ns,trademarks,copyrights,orotherintellectualpropertyrightscoveringsubjectmatterinthisdocument.ExceptasexpresslyprovidedinanywrittenlicenseagreementfromMicrosoft,thefurnishingofthisdocumentdoesnotgiveyouanylicensetothesepatents,trademarks,copyrights,orotherintellectualp
5、roperty.Ó2001MicrosoftCorporation.Allrightsreserved.Microsoft,ActiveX,FrontPage,JScript,MS-DOS,MSDN,Outlook,PowerPoint,VisualBasic,VisualC#,VisualInterDev,VisualStudio,Windows,WindowsMediaPlayer,andWindowsNTareeitherregisteredtrademarksortrademarksofMicrosoftCorporatio
6、nintheU.S.A.and/orothercountries.Otherproductandcompanynamesmentionedhereinmaybethetrademarksoftheirrespectiveowners.Module7:CreatinganASP.NETWebApplication51OverviewJustasinActiveServerPages(ASP),ASP.NETsupportstheconceptofaWebapplicationwithapplication-specificsettin
7、gsandservices.AnASP.NETapplicationisdefinedasallthefiles,pages,handlers,modules,andexecutablecodethatcanbeinvokedfromavirtualdirectoryanditssub-directoriesonaWebapplicationserver.Inthismodule,youwilllearnaboutsomeofthefilesusedtobuildWebapplicationsandsomeofthecapabili
8、tiesofanASP.NETapplication,suchasmaintainingstateandauthentication.YouwillalsolearnhowtoconfigureanddeployanASP.NETap