单项选择题
A.Add the following code to the Web.config file.
B.Add the following code to the Web.release.config file.
C.Add the following code to the Web.config file:
D.Add the following code to the Web.release.config file.
多项选择题 YouworkasanASP.NETWebApplicationDeveloperforSomeCompany.ThecompanyusesVisualStudio.NET2010asitsapplicationdevelopmentplatform.YouarecreatinganASP.NETWebapplicationusing.NETFramework4.0.TheapplicationholdsaWebpagenamedMyHome.aspx.YouarecreatingabuttonwitharolloverimageonMyHome.aspx.However,whenmousehoveredoverthebuttonimage,therolloverimageisretrievedfromtheserverinaseparaterequest.Youneedtouseanimprovedrolloverbuttoninwhichthebuttonsrolloverimageisalreadydownloadedandstoredinthebrowser’scache,asaresultwhenyouhoveroverthebutton,itisinstantlydisplayed.Whatwillyoudotoaccomplishthis?()
多项选择题 YouworkasanASP.NETWebApplicationDeveloperforSomeCompany.ThecompanyusesVisualStudio.NET2010asitsapplicationdevelopmentplatform.YoucreateanASP.NETWebsiteusing.NETFramework4.0.Onlyregisteredusersofthecompanywillbeabletousetheapplication.TheapplicationholdsapagenamedUserAccount.aspxthatenablesnewuserstoregisterthemtotheregistereduserslistofthecompany.TheUserAccountpageholdnumerousTextBoxcontrolsthatacceptuserspersonaldetails,suchasusername,password,homeaddress,zipcode,phonenumber,etc.OneoftheTextBoxcontrolsonthepageisnamedZipCodeinwhichauserentersazipcode.YoumustensurethatwhenausersubmitstheUserAccountpage,ZipCodemustcontainvenumericdigits.Whatwillyoudotoaccomplishthis?()
单项选择题 YouworkasanASP.NETWebApplicationDeveloperforSomeCompany.ThecompanyusesVisualStudio.NET2010asitsapplicationdevelopmentplatform.YoucreateanASP.NETMVC2Webapplicationusing.NETFramework4.0.YouimplementasingleprojectareaintheMVC2Webapplication.IntheAreasfolder,youaddasubfoldernamedMyTest.Youaddthefollowinglestotheappropriatesub-folders:MyController.csMyHome.aspxYouregisterarouteofthearea,settingtheroutenametoMyTest_defaultandtheareanametotest.YoucreateaviewnamedMyViews.aspxthatisoutsidethetestarea.YouneedtoaddalinktoMyViews.aspxthatpointstoMyHome.aspx.Whichofthefollowingcodesegmentswillyouuse?()