单项选择题
You work as a Web Developer at Certkiller.com. You create a Web application using MicrosoftASP.NET 3.5.
Certkiller.com hosts the application in Microsoft Internet Information Services 7.0. You attempt tobrowse the application and receive the following error message:
Service Unavailable
HTTP Error 503. The service is unavailable.
You check and discover that you are able to browse successfully to other application that formspart of the same IIS Web site. The hosted applications on the network make use of ASP.NET 3.5.There are not previous versions of ASP.NET is installed. You need to resolve this error as soon aspossible.
What should you do?()
A.You should run the ServiceModel Metadata Utility tool (Svcutil.exe).
B.You should change the pipeline mode associated with the application pool that hosts theapplication.
C.You should run the ASP.NET Registration Tool (Aspnet_regiis.exe).
D.You should make sure that the application pool that hosts the application is initiated.
相关考题
-
单项选择题
You work as a Web Developer at Certkiller.com. You make use of Microsoft ASP.NET 3.5 tocreate a Web application. A page in the application holds the code that calls the Write and Warn methods of theTraceContext class. The code also adds an instance of EventLogTraceListener to the System.Diagnostics.Trace.Listeners collection. You need to ensure that the Write and WarnActualTests.commethods of the TraceContext class will write ASP.NET trace messages to the event logautomatically. You have to configure the Web application to accomplish this. What should you do?()
A.A
B.B
C.C
D.D -
单项选择题
Certkiller.com has employed you as a system administrator. You are in the process of creating anASP.NET AJAX application using .NET Framework v3.5. You receive an instruction from management to debug the JavaScript code in the application. Youthen attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance. Youneed to make sure that the details of the client side object on the debugger console is displayedon the application. What should you do?()
A.This can be achieved using the Sys.Debug.fail method.
B.This can be achieved using the Sys.Debug.traceDump method.
C.This can be achieved using the Sys.Debug.trace method.
D.This can be achieved using the Sys.Debug.assert method. -
单项选择题
Certkiller.com has employed you as a system administrator. You are in the process of creating anASP.NET application using Microsoft.NET Framework v3.5. This application will be hosted on aserver named CERTKILLER-SR01. CERTKILLER-SR01 is configured to run Microsoft IIS 5.0. You are assigned a computer named CERTKILLER-WS02. You make use of CERTKILLER-WS02to log on to the companies domain with an account named CKUser. CERTKILLER-SR01 andCERTKILLER-WS02 are both members of the Certkiller.com domain. To ensure productivity youneed to establish the necessary permissions to allow remote debugging. What should you do?()
A.Your best option would be to ensure that the Remote Debugging Monitor is set to make use of Windows Authentication.
B.Your best option would be to ensure that the CKUser account is added to the domainAdministrators group.
C.Your best option would be to ensure that the ASP.NET worker process is changed onCERTKILLER-SR01 to run as the local Administrator account.
D.Your best option would be to ensure that the CKUser account is added to the localAdministrators group on CERTKILLER-SR01.
