找考题网-背景图
单项选择题

You are employed as a system administrator at Certkiller.com. You decide to create an ASP.NETWeb application on the companies’ network. You do this using Microsoft .NET Framework v3.5. 
You are in the process opf planning the establishing authentication for the Web application. Youneed to make sure that the application is able to support clients from untrusted domains. However,unknown clients should not be able to access the application. 
What should you do?()

A.A
B.B
C.C
D.D

热门试题

单项选择题You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5.  The configuration below exists in the Web.config file:  <authorization>  <deny users= ? >  < authorization> <authentication mode= Forms >  <identity impersonate= false >   Certkiller.com hosts the Web application in Microsoft Internet Information Services (IIS) 6.0. TheIntegrated Windows Authentication is enabled in IIS and anonymous access disabled. The application pool is configured to run as the identity Certkiller WebApp. The IIS anonymous accountis Certkiller Anonymous.  The following code exists in the code-behind file for a web form:  stringname = WindowsIdentity.GetCurrent().Name;  Response.Write(name); A Certkiller.com employee named RoryAllen has a domain user account named Certkiller RAllen.He uses this account to access the page. However, Rory Allen logs in to the Web application withthe user name FormsUser. You need to determine the output of this code when Rory Allenaccesses the page. What will the output of this code be?()

A.The output will be FormsUser.
B.The output will be Certkiller\RAllen.
C.The output will be Certkiller\Anonymous.
D.The output will be Certkiller\WebApp