作业帮 > 微软认证(MCSE) > 教育资讯

2013微软认证考试练习题及答案(33)[1]

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/09 18:25:48 微软认证(MCSE)
2013微软认证考试练习题及答案(33)[1]
2013微软认证考试练习题及答案(33)[1]微软认证(MCSE)
【网络综合 - 微软认证(MCSE)试题】
无忧考网为大家收集整理了《2013微软认证考试练习题及答案(33)》供大家参考,希望对大家有所帮助!!!

QUESTION 81
You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5.
The Web site uses C# as the programming language. You plan to add a code file written in Microsoft VB.NET to the application. This code segment will not be converted to C#.
You add the following code fragment to the Web.config file of the application.





You need to ensure that the following requirements are met:
The existing VB.NET file can be used in the Web application The file can be modified and compiled at run time What should you do?

A.Create a new folder named VBCode at the root of the application Place the VB.NET code file n this new folder.
B.Create a new folder named VBCode inside the App_Code folder of the application Place the VB.NET code file in this new folder
C.Create a new class library that uses VB.NET as the programming language Add the VB.NET code ile to the class library.
Add a reference to the class library in the application
D.Create a new Microsoft Windows Communication Foundation ( WCF) service project that uses VB.NET as the programming language.
Expose the VB.NET code functionalitythrough the WCF service.
Add a service reference to the WCF service project in the application

Answer: B

QUESTION 82
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
The application uses a set of general-purpose utility classes that implement business logic.
These classes are modified frequently.
You need to ensure that the application is recompiled automatically when a utility class is modified.
What should you do?

A.Create the Web application by using a Microsoft Visual Studio ASP.NET Web site Add the utilit微软认证(MCSE)