资源描述:
《aspnet体系结构外文翻译》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、附录1:外文文献原文ASP.NETArchitecturehttp://msdn.microsoft.com/zh-cn/library/aa983562(VS.71).aspxASP.NETisfullymanagedcodetodealwiththeuseofWebrequestforamatureplatformengine.ItnotonlyonlyWebFormsandWebServices.ASP.NETprocessingengineisalsoarequest,accesstoclientrequests
2、it,andthenthroughitsbuilt-inchannels,therequesttoanend,intheend,developerscanaddlogictodealwiththisrequestcode.InfacttheengineandHTTPorWebServeriscompletelyseparate.Infact,HTTPisarun-timecomponents,youcanhostitinIISontheoutsideoftheapplication,andevencanbe,andoth
3、erservicestogether.Pipelinethroughtheuseofbuilt-inroutingtherequest,HTTPruntimetoprovideasetofcomplex,butveryelegantmechanism.Indealingwitheveryaspectoftherequestarealotofobjects,butthemajorityofobjectsoreventscanbederivedfromtheexpansioninterface.Therefore,thisf
4、rameworkhasaveryhighscalability.Amechanismthroughwhichtoenteralowerlevelinterface,suchas:caching,authentication,authorization,suchasispossible.Youcanprocesstherequestbeforeorafterthecontentfiltering,orsimplytomatchthesignatureofthedesignatedclientrequestsdirectly
5、toyourrouterortoothercodeintheURL.Forthesamethingcanbedealtwiththroughdifferentmethods,andtherealizationofthecodeareveryintuitive.Inaddition,betweentheeasydevelopmentandperformance,HTTPoperationwastoprovidethebestflexibility. ASP.NET2.0isdesignedwithadministratio
6、nandmanageabilityinmind.Werecognizethatwhilesimplifyingthedevelopmentexperienceisimportant,deploymentandmaintenanceinaproductionenvironmentisalsoakeycomponentofanapplication'slifetime.ASP.NET2.0introducesseveralnewfeaturesthatfurtherenhancethedeployment,managemen
7、t,andoperationsofASP.NETservers.ConfigurationAPI.ASP.NET2.0containsnewconfigurationmanagementAPIs,enablinguserstoprogrammaticallybuildprogramsorscriptsthatcreate,read,andupdateWeb.configandmachine.configconfigurationfiles.ASP.NETMMCAdminTool.ASP.NET2.0providesane
8、wcomprehensiveadmintoolthatplugsintotheexistingIISAdministrationMMC,enablinganadministratortographicallyreadorchangecommonsettingswithinourXMLconfigurationfile