欢迎来到天天文库
浏览记录
ID:461995
大小:62.00 KB
页数:12页
时间:2017-08-05
《ASP.NET和ASP之间的区别【外文翻译】》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、外文翻译原文DifferencebetweenASP.NETandASPMaterialSource:http://www.codeproject.com/KB/aspnet/ASPNET_vs__ASP.aspxAuthor:ChiranjivDearfriendsherearealistofdifferencesoftheASP.NETtechnologyandtheclassicASPtechnology.Hopeitisinformative.Pleasesendyourfeedbackor/andaddifyouhavea
2、dditionalinformation.IntroductionThesearethelistofdifferenceswhichIcameacrosswhileworkingonASPandASP.NETprojects.BackgroundIhaveseenmanyarticlesonInternetwhereinIcameacrossthedifferencesofASP.NETandASP.Thesearticlesarejumbledacrossthewebsites.Ihavecompiledallthoseandpu
3、blishedthisarticletogivebetterunderstandingonthedifferencesofboth.DescriptionProcessIsolationASPisrunundertheinetinfo.exe(IIS)processspaceandhencesusceptibletoapplicationcrashesasaresulttheIISneedstobestoppedorrestarted.ASPisrelatedtotheprocessisolationsettinginIIS.But
4、,ASP.NetTheASP.NETworkerprocessisadistinctworkerprocess,aspnet_wp.exe,separatefrominetinfo.exe(IISprocess),andtheprocessmodelinASP.NETisunrelatedtoprocessisolationsettingsinIIS.Note:-IISisstilltheentrypointtoaASP.NETapplicationNon-MSPlatformSupportClassicalASPhadnomech
5、anismofrunningitselfonnon-Microsofttechnologyplatformslikethe'TheApacheWebServer'But,ASP.NET12ASP.NETcouldberunonnon-MicrosoftPlatformsalso.CassiniisasampleWebserverproducedbyMicrosoftwhich,amongotherprojects,hasbeenusedtohostASP.NETwithApache.MultiLanguageSupportinWeb
6、pageInASPonlytwolanguageswereavailableforscriptingVBScriptandJscript/JavaScript.ButinASP.NETWearenolongerconstrainedtothetwoscriptinglanguagesavailableintraditionalASP:Anyfullycompliant.NETlanguagecannowbeusedwithASP.NET,includingC#andVB.NET.Note:-(C#andVB.Netarebothse
7、rverSidelanguages.)InterpretationVsCompilationInASP,ASPengineexecutesserver-sidecode,whichisalwaysthroughaninterpreter(JScriptorVBScript).WhenatraditionalASPpageisrequested,thetextofthatpageisparsedlinearly.Allcontentthatisnotserver-sidescriptisrenderedasisbacktotheres
8、ponse.Allserver-sidescriptinthepageisfirstrunthroughtheappropriateinterpreter(JScriptorVBScript),theoutputofwhichisth
此文档下载收益归作者所有