单项选择题
单项选择题 You are creating an ASP.NET Web site. You create a HTTP module named Custom Module, and you register the module in the web.config file.The Custom Module class contains the following code. Public Class Custom Module Implements IHttpModule Dim footerContent As String = Footer Content"Public Sub Dispose() Implements IHttpModule.DisposeEnd SubEnd Class You need to add code to CustomModule to append the footer content to each processed ASP.NET page. Which code segment should you use?()
多项选择题 YouareimplementinganASP.NETWebapplication.UserswillauthenticatetotheapplicationwithanID.Theapplicationwillallownewuserstoregisterforanaccount.TheapplicationwillgenerateanIDfortheuserbasedontheusersfullname.Youneedtoimplementthisregistrationfunctionality.Whichtwoactionsshouldyouperform?()
多项选择题 YouareimplementinganASP.NETMVC2Webapplication.YouaddacontrollernamedCompany Controller.YouneedtomodifytheapplicationtohandletheURLpath/company/info.Whichtwoactionsshouldyouperform?()