You create a Web site. The Web site has many predefined roles and associated users that will be used for security purposes. You need to manage these roles and user accounts.Which tool should you use? ()A. the Microsoft .NET Framework Configuration toolB.

题目

You create a Web site. The Web site has many predefined roles and associated users that will be used for security purposes. You need to manage these roles and user accounts.Which tool should you use? ()

A. the Microsoft .NET Framework Configuration tool

B. the Code Access Security Policy tool

C. the ASP.NET IIS Registration tool

D. the Web Site Administration Tool


相似考题
更多“You create a Web site. The Web site has many predefined roles and associated users that wi ”相关问题
  • 第1题:

    You have a Windows Server 2008 server that has the Web Server (IIS) server role installed. The server hosts multiple Web sites.  You need to configure the server to automatically release memory for a single Web site. You must achievethis goal without affecting the other Web sites. What should you do?()

    • A、Create a new Web site and edit the bindings for the Web site.
    • B、Create a new application pool and associate the Web site to the application pool.
    • C、Create a new virtual directory and modify the Physical Path Credentials on the virtual directory.
    • D、From the Application Pool Defaults, modify the Recycling options.

    正确答案:B

  • 第2题:

    You copy a Web site from a development site to a staging site. You do not have the Web site in a source control application. Another developer begins to fix bugs on the staging site while the development team adds features on the development site. You need to synchronize the development site and the staging site and copy the latest version of each file to both locations. What should you do? ()

    • A、Use the Copy Web tool.
    • B、Create a Web Setup project.
    • C、Use the Publish Web tool.
    • D、Use the command line to XCOPY the files.

    正确答案:A

  • 第3题:

    You create a Web site. The Web site has many predefined roles and associated users that will be used for security purposes. You need to manage these roles and user accounts. Which tool should you use? ()

    • A、the Microsoft .NET Framework Configuration tool
    • B、the Code Access Security Policy tool
    • C、the ASP.NET IIS Registration tool
    • D、the Web Site Administration Tool

    正确答案:D

  • 第4题:

    You have a Windows Server 2008 server that has the Web Server (IIS) server role installed. The server contains a Web site.  You need to ensure that the cookies sent from the Web site are encrypted on users computers.  Which Web site feature should you configure?()

    • A、Authorization Rules
    • B、Machine Key
    • C、Pages And Controls
    • D、SSL Settings

    正确答案:B

  • 第5题:

    You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages. Which two controls should you add to the EditorZone control?()

    • A、BehaviorEditorPart
    • B、AppearanceEditorPart
    • C、PropertyGridEditorPart
    • D、LayoutEditorPart

    正确答案:B,D

  • 第6题:

    You are creating an ASP.NET Web site. The site contains pages that are available to anonymous users. The site also contains a page named Premium.aspx that provides premium content to only members of a group named Subscribers. You need to modify the web.config file to ensure that Premium.aspx can be accessed by only members of the Subscribers group. Which configuration should you use?()

    • A、<location path="Premium.aspx"> <system.web> <authorization> <allow users="Subscribers"/>            <deny users="*"/> </authorization> </system.web> </location> 
    • B、<location path="Premium.aspx"> <system.web> <authorization> <allow roles="Subscribers"/>             <deny users="*"/> </authorization> </system.web> </location> 
    • C、<location path="Premium.aspx"> <system.web> <authorization> <allow roles="Subscribers"/>             <deny users="?"/> </authorization> </system.web> </location> 
    • D、<location path="Premium.aspx"> <system.web> <authorization> <deny users="*"/> <allow roles="Subscribers"/> </authorization> </system.web> </location>

    正确答案:B

  • 第7题:

    You create a Web site that is for members only. The Web site allows members to create lists of users that have access to information about member profiles. The name of the list is stored in the listName variable. The user name of the user to whom access is given is stored in the username variable. You need to enable members to manage their lists of users. Which code segment should you use? ()

    • A、Roles.CreateRole(listName);User.InInRole(listName);
    • B、Roles.CreateRole(listName);Roles.AddUserToRole(useName, listName);
    • C、Roles.RoleExists(listName);Roles.AddUserToRole(useName, listName);
    • D、Roles.RoleExists(listName);User.InInRole(listName);

    正确答案:B

  • 第8题:

    单选题
    You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be able to upload files. Which code segment of the Web.config file should you use? ()
    A

    <allow verbs=GET users=* /><deny verbs=POST users=* /><allow verbs=POST roles=Administrators />

    B

    <allow roles=Administrators /><deny users=* />

    C

    <allow u sers=Administrators /><allow users=* />

    D

    <allow v erbs = POST roles=Administrators /><deny verbs=POST users=* /><allow verbs=GET users=* />


    正确答案: B
    解析: 暂无解析

  • 第9题:

    单选题
    You have a server that runs Windows Server 2008. The server has the Web Server (IIS) server role installed.   The server contains a Web site that is configured to use only Windows Authentication. You have a security group named Group1 that contains several user accounts.  You need to prevent the members of Group1 from accessing a Web site. You must not prevent other users from accessing the Web site.  Which Web site feature should you configure?()
    A

    Authentication

    B

    Authorization Rules

    C

    IIS Manager Permissions

    D

    SSL Settings


    正确答案: B
    解析: 暂无解析

  • 第10题:

    多选题
    You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site. You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform?()
    A

    Add a SiteMapDataSource control to the Web Form and bind the TreeView control to it.

    B

    Add a SiteMapPath control to the Web Form and bind the TreeView control to it.

    C

    Embed the site map XML within the SiteMap node of a Web.sitemap file.

    D

    Embed the site map XML within the AppSettings node of a Web.config file.

    E

    Set the StartingNodeUrl property of the SiteMapDataSource control to ~/Marketing.aspx.

    F

    Set the SkipLinkText property of the SiteMapPath control to Sales.


    正确答案: A,E
    解析: 暂无解析

  • 第11题:

    单选题
    You deploy your companys Internet Web site. You need to deny anonymous access to the Web site, allowing only authenticated users. Which code segment should you use?()
    A

    <authorization> <allow users=?/> </authorization>

    B

    <authorization> <deny users=?/> </authorization>

    C

    <authorization> <deny users=*/></authorization>

    D

    <authorization> <allow users=*/> </authorization>


    正确答案: C
    解析: 暂无解析

  • 第12题:

    Your company has an Active Directory domain. All computers are members of the domain. Your networkcontains an internal Web site that uses Integrated Windows Authentication. From a computer that runs Windows 7, you attempt to connect to the Web site and are prompted for authentication. You verify that youruser account has permission to access the Web site. You need to ensure that you are automaticallyauthenticated when you connect to the Web site.  What should you do?()

    • A、Create a complex password for your user account.
    • B、Open Credential Manager and modify your credentials.
    • C、Add the URL of the Web site to the Trusted sites zone.
    • D、Add the URL of the Web site to the Local intranet zone.

    正确答案:D

  • 第13题:

    Your company has a new server that runs Windows Server 2008. The Web Server (IIS) role is installed.  Your company hosts a public Web site. You notice unusually high traffic volume on the Web site. You need to identify the source of the traffic. What should you do?()

    • A、Enable the Web scripting option.
    • B、Run the netstat Can command on the server.
    • C、Create a custom view in Event Viewer to filter information from the security log.
    • D、Enable Web site logging in the IIS Server Manager and filter the logs for the source IP address.

    正确答案:D

  • 第14题:

    You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site. You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform?()

    • A、Add a SiteMapDataSource control to the Web Form and bind the TreeView control to it.
    • B、Add a SiteMapPath control to the Web Form and bind the TreeView control to it.
    • C、Embed the site map XML within the SiteMap node of a Web.sitemap file.
    • D、Embed the site map XML within the AppSettings node of a Web.config file.
    • E、Set the StartingNodeUrl property of the SiteMapDataSource control to ~/Marketing.aspx.
    • F、Set the SkipLinkText property of the SiteMapPath control to Sales.

    正确答案:A,C,E

  • 第15题:

    You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use? ()

    • A、aspnet_compiler.exe
    • B、InstallUtil.exe
    • C、CSC.exe
    • D、aspnet_wp.exe

    正确答案:A

  • 第16题:

    You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be able to upload files. Which code segment of the Web.config file should you use? ()

    • A、<allow verbs="GET" users="*" /><deny verbs="POST" users="*" /><allow verbs="POST" roles="Administrators" />
    • B、<allow role s="Administrators" /><deny users="*" />
    • C、<allow u sers="Administrators" /><allow users="*" />
    • D、<allow v erbs = "POST" roles="Administrators" /><deny verbs="POST" users="*" /><allow verbs="GET" users="*" />

    正确答案:D

  • 第17题:

    You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use?()

    • A、aspnet_compiler.exe
    • B、InstallUtil.exe
    • C、CSC.exe
    • D、aspnet_wp.exe

    正确答案:A

  • 第18题:

    单选题
    You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use?()
    A

    aspnet_compiler.exe

    B

    InstallUtil.exe

    C

    CSC.exe

    D

    aspnet_wp.exe


    正确答案: B
    解析: 暂无解析

  • 第19题:

    单选题
    You create a Web site. The Web site has many predefined roles and associated users that will be used for security purposes. You need to manage these roles and user accounts. Which tool should you use? ()
    A

    the Microsoft .NET Framework Configuration tool

    B

    the Code Access Security Policy tool

    C

    the ASP.NET IIS Registration tool

    D

    the Web Site Administration Tool


    正确答案: B
    解析: 暂无解析

  • 第20题:

    单选题
    You are a systems administrator responsible for managing a Windows Server 2008 Web server. Recently,your organization set up a new IIS Web site that will be accessed by users outside of your organizations.Consultants should be able to connect to this Web site, using IIS Manager. Your organization’s securitypolicy prevents you from creating domain accounts or local user accounts for these users. You attempt touse the IIS Manager Permissions feature for the Web site. However, when you click Allow User, you areable to select only Windows users.  How can you resolve this problem?()
    A

    Verify that Management Service has been started.

    B

    Reconfigure the file system permissions for the root folder of the Web site.

    C

    Reconfigure Management Service to enable Windows And IIS Manager Credentials.

    D

    Verify the Authentication settings for the Web site.


    正确答案: A
    解析: 暂无解析

  • 第21题:

    单选题
    You create a Web site for a customer. You need to deploy the Web site to the customers server without any of the source files for the Web site. You do not want the customer to be able to update any of the static pages on the Web site. Which tool should you use? ()
    A

    aspnet_compiler.exe

    B

    InstallUtil.exe

    C

    CSC.exe

    D

    aspnet_wp.exe


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    Your company has an Active Directory domain. All computers are members of the domain. Your networkcontains an internal Web site that uses Integrated Windows Authentication. From a computer that runs Windows 7, you attempt to connect to the Web site and are prompted for authentication. You verify that youruser account has permission to access the Web site. You need to ensure that you are automaticallyauthenticated when you connect to the Web site.  What should you do?()
    A

    Create a complex password for your user account.

    B

    Open Credential Manager and modify your credentials.

    C

    Add the URL of the Web site to the Trusted sites zone.

    D

    Add the URL of the Web site to the Local intranet zone.


    正确答案: B
    解析: 暂无解析