单项选择题
ou are the newly appointed system administrator at Certkiller.com. A former administratorcreated a Microsoft ASP.NET Web application using Microsoft .NET Framework v3.5.
You are responsible for maintaining the Web application. You use the source control repository toacquire the most recent version of the project. As soon as you attempt to compile the project onyour workstation you notice that the assembly reference is missing. To ensure productivity youneed to make sure that you are able to compile the project on your workstation.
What should you do?()
A.Your best option would be to ensure that the assembly reference is deleted.Thereafter you need to add a reference to the missing assembly.
B.Your best option would be to ensure that a reference path in the property pages of the project is added to the location of the missing assembly.
C.Your best option would be to ensure that a working directory in the property pages of theproject is added to the location of the missing assembly.
D.Your best option would be to ensure that the output path in the property pages of the project is changed to the location of the missing assembly.
相关考题
-
单项选择题
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. A third-party assembly contains custom server controls. This assembly does not contain a strongname and it’s not part of the application’s Microsoft Visual Studio 2008 solution. You have to makesure that the other users are able to use the custom controls. You decide to configure theapplications project. What should you do?()
A.You should add a project reference to the project.
B.You should add a Web reference to the project.
C.You should add a service reference to the project.
D.You should add an assembly reference to the project. -
单项选择题
YouareemployedasasystemadministratoratCertkiller.com.YoudecidetocreateanASP.NETWebapplicationonthecompanies’network.YoudothisusingMicrosoft.NETFrameworkv3.5. YouareintheprocessopfplanningtheestablishingauthenticationfortheWebapplication.Youneedtomakesurethattheapplicationisabletosupportclientsfromuntrusteddomains.However,unknownclientsshouldnotbeabletoaccesstheapplication. Whatshouldyoudo?()
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
