You have migrated a web application from .net 3.5 to 4.0. the application hat to render same as in .net 3.5.()
A: someoptions
B:
C:
D:
A: someoptions
B:
C:
D:
举一反三
- You have migrated a web application from .net 3.5 to 4.0. the application hat to render same as in .net 3.5.() A: <assembles> someoptions </assembles> B: <pages controlRenderingCompatibilityVersion="3.5"/> C: <compilation targetframework = "3.5" /> D: <xhtmlConformance mode="Legacy" />
- VS2010使用的.NET Framework的版本是?: .NET Framework 2.0|.NET Framework 3.5|.NET Framework 4.0|.NET Framework 4.5
- You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You have the Web Server (IIS) server role installed on a new server that runsWindows Server 2008. You perform the installation of a Microsoft .NET Framework application on a Web site on the Web server.The application launches a process that presents a real-time graphical report to the Web browser andcreates a text report file on the hard disk drive. According to the requirement of the company securitypolicy, the application must not write to the event log, access Open Database Connectivity (ODBC) datasources or make network or Web service calls. The Web site needs to be configured so that the application can be executed. You must make sure that theapplication meets the outlined security requirements. So what action should you perform to make sure ofthis?() A: In order to make sure of this, the .NET Framework trust level should be set to Medium for the Web site. B: In order to make sure of this, the .NET Framework trust level should be set to Full for the Web site. C: In order to make sure of this, the .NET Framework trust level should be set to Low for the Web site. D: In order to make sure of this, the .NET Framework trust level should be set to High for the Web site.
- NET Framework 3.0 是.NET Framework 3.5 的一部分。
- 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