可学答题网 > 问答 > MCTS(70-515)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are implementing&#8194


You are implementing an ASP.NET Web application. Users will authenticate to the application with an ID. The application will allow new users to register for an account. The application will generate an ID for the user based on the users full name. You need to implement this registration functionality. Which two actions should you perform?()

  • AConfigure the SqlMembershipProvider in the web.config file.
  • BConfigure the SqlProfileProvider in the web.config file.
  • CCreate an ASP.NET page that contains a default CreateUserWizard control to create a new user account.
  • DCreate an ASP.NET page that contains a custom form that collects the user information and then uses the Membership.CreateUser method to create a new user account.
参考答案
参考解析:
分类:MCTS(70-515)题库
相关推荐

1、You are implementing 

You are implementing an ASP.NET Web site. The root directory of the site contains&#8194...

2、You are implementing 

You are implementing an ASP.NET application that includes a page named TestPage.aspx. TestPag...

3、You are implementing 

You are implementing an ASP.NET Web site that will be accessed by an international&#819...

4、You are implementing 

You are implementing an ASP.NET application that includes a page named TestPage.aspx. TestPag...

5、You are implementing 

You are implementing an ASP.NET page that hosts a user control named CachedControl. You...

6、You are implementing 

You are implementing an ASP. NET MVC 2 Web application. You add a controller name...