在PasswordReset.aspx 页面上增加PasswordRecovery控件,并且配置它。
在PasswordReset.aspx 文件的Page_Load 方法里设置 Membership.EnablePasswordReset 为True。
在PasswordReset.aspx 页面上增加ChangePassword 控件,并配置它。
修改Login.aspx页面,增加一个必填的保密问题回答文本框。然后重新定向用户到 PasswordReset.aspx 文件。
第1题:
你觉得ASP.NET 2.0(VS2005)和你以前使用的开发工具(.Net 1.0或其他)有什么最大的区别?你在以前的平台上使用的哪些开发思想(pattern / architecture)可以移植到ASP.NET 2.0上 (或者已经内嵌在ASP.NET 2.0中)
第2题:
你正在创建一个使用Web 部件的ASP.NET Web站点。你为Web页增加了一个WebPartZones控件。下面那个控件可以实现给WebPartZones控件增加一个Web部件。()
第3题:
你正在使用 ASP.NET 成员资格管理 APIs(ASP.NET membership APIs)管理 Web 站点的用户帐户。其中,Web.config 文件中包含了成员资格提供程序的配置信息。你修改 Web.config 增加支持密码恢复功能;创建 PasswordReset.aspx 文件让用户可以在线重置密码。要求密码必须通过邮件发送给用户。请从下面选择一个可以达到此目的的方法?()
第4题:
你正在建立一个 Web 站点。这个 Web 站点使用已经预先定义好的角色和用户进行安全管理。现在,你需要重新配置一下这些角色和用户,你应该怎么做?()
第5题:
你创建了一个使用membership 和personalization的Web站点。你必须使用一个已有的CRM数据库来存储成员资格(membership)数据.为此你需要实现成员资格提供程序(Membership Provider)。请问,你应该如何做?()
第6题:
AppearanceEditorPart
BehaviorEditorPart
PropertyGridEditorPart
LayoutEditorPart
第7题:
App_Theme/<theme_name>
App_StyleSheetTheme/<theme_name>
App_<theme_name>/<theme_name>
/<theme_name>
The root application folder
App_Themes/<theme_name>
第8题:
为可重新分配组件创建一个安装项目。为你的ASP.NET应用程序创建一个Web安装项目
为你的ASP.NET应用程序创建一个合并模块项目。为可重新分配组件创建一个安装项目,并将你的ASP.NET应用程序的合并模块添加到项目中。
为你的ASP.NET应用程序和可重新分配组件各创建一个合并模块项目。创建一个Web安装项目并将两个合并模块添加到项目中。
为可重新分配组件创建一个合并模块项目。为你的ASP.NET应用程序创建一个Web安装项目,并将可重新分配组件的合并模块添加到项目中。
第9题:
XpathNavigator
XmlReader
XpathDocument
XmlDocument
第10题:
修改Web.config中连接到CRM数据库的连接字符串。
在Web.config文件中增加一个新的SqlMembership Provider。
创建一个从Membership Provider继承的自定义Membership Provider。
创建一个从Membership User继承的自定义Membership Membership User。
第11题:
FormsAuthentication
RoleProvider
SqlRoleProvider
MembershipProvider
第12题:
Add a PasswordRecovery element to the PasswordReset.aspx file and configure it.
Modify the Page_Load to set the Membership.EnablePasswordReset to True in the PasswordReset.aspx file.
Add a ChangePassword element to the PasswordReset.aspx file and configure it.
Modify the Login.aspx form to include a Required Field validator on the secret question answer text box. Then redirect users to the PasswordReset.aspx file.
第13题:
在ASP.NET中,下面说法正确的是()
第14题:
ASP.NET内置的成员资格管理体系中,其使用的默认数据库为()。
第15题:
你正在创建一个用于成员管理的 Web 站点。它的功能依据用户所属角色不同而不同。其中,Web 站点使用 ASP.NET 成员管理相关控件进行帐户的创建。现在,你需要确定一个用户是否是指定角色的一个成员,你应该如何做?()
第16题:
你正在创建一个 ASP.NET Web 站点,它使用主题去保证站点中所有页面的控件都保持一致的风格。请问,你的 skin 文件应该位于那个目录?()
第17题:
创建一个新的Web控件库项目,在一个Web自定义控件中创建工具条
将一个新的Web窗体添加到你的ASP.NET项目,使用HTML服务器控件在WEB窗体内设计该工具条,并用.ascx扩展名保存该web窗体
将一个新的Web用户控件添加到你的ASP.NET项目,在Web用户控件中创建工具条
将一个新的组件类添加到你的ASP.NET项目,使用HTML服务器控件在该组件类的设计程序中设计该工具条
第18题:
the Microsoft .NET Framework Configuration tool
the Code Access Security Policy tool
the ASP.NET IIS Registration tool
the Web Site Administration Tool(ASP.NET 站点配置工具)
第19题:
使用Membership.ValidateUser
使用 User.IsInRole.
使用Roles.RoleExists.
使用Membership.GetUser.
第20题:
ZoneTemplate
Control
WebPartManager
WebPart
第21题:
Configure the SqlMembershipProvider in the web.config file.
Configure the SqlProfileProvider in the web.config file.
Create an ASP.NET page that contains a default CreateUserWizard control to create a new user account.
Create 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.
第22题:
Configure the Windows Authentication setting to Enabled.
Configure the Forms Authentication setting to Enabled by using all the default settings.
Configure the ASP.NET State service to log on to the new local user account by using the Services console.
Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.
第23题:
Pass the user names and passwords to Membership.ValidateUser.
Pass the role names to User.IsInRole.
Pass the role names to Roles.RoleExists.
Pass the user names to Membership.GetUser.
第24题:
将“Windows 身份验证”设置配置为“已启用”。
使用所有默认设置,将“Forms 身份验证”设置配置为“已启用”。
使用“服务”控制台将 ASP.NET 状态服务配置为用这个新的本地用户账户登录。
将“ASP.NET 模拟”设置配置为“已启用”。编辑“ASP.NET 模拟”设置,指定这个新的本地用户账户。