The RequestType property of the HttpRequest class should be accessed.
The IsCookieless property of the HttpSessionState class should be accessed.
The UrlDecode method of the HttpServerUtility class should be accessed.
The UrlEncode method of the HttpServerUtility class should be accessed.
第1题:
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. You decide to enable session state for the application. You need to determine whether the sessionID is maintained in the URL of the request. What should you do?()
第2题:
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?()
第3题:
You work as a Web Developer at Certkiller.com. You make use of Microsoft ASP.NET 3.5 in orderto create a Web Site. In a separate code file you create the following class: public static class _Colors { public static Color NormalActivityColor = Color.Green; public static Color WarningActivityColor = Color.Yellow; public static Color ErrorActivityColor = Color.Red; public static Color GetRandomColor() { Random random = new Random((int)DateTime.Now.Ticks); int randomArgbValue = random.Next(); Color color = Color.FromArgb(255, Color.FromArgb(randomArgbValue)); return color; } } You need to ensure that the class is consumed by the Web Site. You have to configure the WebSite project. What should you do?()
第4题:
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?()
第5题:
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. You create a Web page in the application. The Web page will get large sets of data from a data source. You add a DataPager control to the page. You are required to display navigation controls that enable you to create a custom paging Ul for the DataPager control. What will you do?()
第6题:
You work as a Web Developer at Certkiller.com. You use Microsoft ASP.NET 3.5 to create a Webapplication. A Hypertext Transfer Protocol (HTTP) handler is implemented to produce Human Interactive Proof(HIP) images. You have to make sure that the current page invoke the handler and automaticallycontinue executing after the handler completes execution. What should you do?()
第7题:
You should run the ServiceModel Metadata Utility tool (Svcutil.exe).
You should change the pipeline mode associated with the application pool that hosts theapplication.
You should run the ASP.NET Registration Tool (Aspnet_regiis.exe).
You should make sure that the application pool that hosts the application is initiated.
第8题:
You should consider setting the RedirectLocation property of the HttpResponse class.
You should consider calling the Redirect method of the HttpResponse class.
You should consider calling the Execute method of the HttpServerUtility class.
You should consider calling the Transfer method of the HttpServerUtility class.
第9题:
You should add the file to the App_Code folder of the project.
You should add a Register directive that will reference the file to every page that makes use ofthe class.
This can be accomplished by referencing the file in the assemblies segment of the Web.configfile.
This can be accomplished by referencing the file in the httpHandlers segment of the Web.configfile.
第10题:
You should add an assembly reference to the project.
You should add a project reference to the project.
You should add a Web reference to the project.
You should add a service reference to the project.
第11题:
You should change the IIS isolation mode.
You should assign the application to another application pool.
You should configure all applications that are part of your application's application pool in orderto use the same version of ASP.NET.
You should run the Aspnet_regiis.exe Tool.
You should restart the application pool that hosts the application.
第12题:
The RequestType property of the HttpRequest class should be accessed.
The IsCookieless property of the HttpSessionState class should be accessed.
The UrlDecode method of the HttpServerUtility class should be accessed.
The UrlEncode method of the HttpServerUtility class should be accessed.
第13题:
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 following markup should be added to a page:
第14题:
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. You need to ensure that the application is able to load staff information from an XML file into aDataSet instance. The XML file contains an inline schema. You have to call a method of theDataSet class in order to load the information. Identify how you can accomplish this?()
第15题:
You are the desktop administrator for your company. Your company’s software developers use Windows XP Professional and IIS on their client computers to develop Web-based applications. All client computers use Microsoft Internet Explorer 6. 0 or later as their Web browser. One of the developers reports that he can no longer access the Web-based application on his desktop by using his Web browser. When you attempt to access the application by using your Web browser, you receive the following error message: “Cannot find server or DNS Error.” You verify that the World Wide Web Publishing Service is started on the developer’s computer. You also verify that you are using the correct URL to access the developer’s computer by using your Web browser. You need to ensure that the developer can access the Web application by using his Web browser. How should you configure the developer’s computer?()
第16题:
You work as a Web Developer at Certkiller.com. You make use of Microsoft ASP.NET 3.5 tocreate a Web application. The Certkiller.com network contains a test server named CERTKILLER-SR01. You deploy theapplication to CERTKILLER-SR01 and enable debugging. The application is hosted in MicrosoftInternet Information Services (IIS) 6.0. The application pool makes use of Network Serviceidentity. You need to determine a way to configure the environment in order to permit you to debug theapplication from your development computer. What should you do?()
第17题:
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 4.0. Now, you are deploying the ASP.NET Web application to a remote server. You are required to select a deployment method that will make sure that all Internet Information Services (IIS) settings, in addition to the Web content, are deployed to the remote server. Which of the following deployment methods will you select to accomplish this?()
第18题:
Start the default Web site.
Start the IIS Admin Service.
Run the IPconfig /registerdns command.
In the default Web site properties,disable the host header setting.
第19题:
You should call the ReadXml method with the ReadSchema XML read mode.
You should call the ReadXml method with the InferTypedSchema XML read mode.
You should call the ReadXmlSchema method.
You should call the ReadXml method with the InferSchema XML read mode.
第20题:
Web Setup project
Web-based deployment
Deployment manifest
Web Deployment Tool
第21题:
You should consider using the <healthMonitoring enabled=true/> configuration.
You should consider using the <deployment retail=true/> configuration.
You should consider using the <customErrors mode=On/> configuration.
You should consider using the <trace enabled=true/> configuration.
第22题:
You should use the page directive: <%@ Page StyleSheetTheme=App_Themes.Dark/>
You should use the page directive: <%@ Page Theme=App_Themes.Dark/>
You should use the page directive: <%@ Page Theme=Dark/>
You should use the page directive: <%@ Page StyleSheetTheme=Dark/>
第23题:
You should consider replacing AsyncPostBackTrigger with PostBackTrigger.
You should consider setting the UpdateMode property of updatePanel2 to Conditional.
You should consider setting the ChildrenAsTriggers property of updatePanel1 to false.
You should consider setting the ChildrenAsTriggers property of updatePanel2 to false.
You should consider setting the UpdateMode property of updatePanel1 to Conditional.
You should consider setting the UpdateMode property of updatePanel2 to Always.
第24题:
You should add a project reference to the project.
You should add a Web reference to the project.
You should add a service reference to the project.
You should add an assembly reference to the project.