单项选择题

A.Use the InProc Session Management mode to store session data in the ASP.NET worker process. 
B.Use the SQLServer Session Management mode to store session data in a common Microsoft SQL Server 2005 database. 
C.Use the SQLServer Session Management mode to store session data in an individual database for each Web server in the Web farm. 
D.Use the StateServer Session Management mode to store session data in a common State Server process on a Web server in the Web farm. 

相关考题

单项选择题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application must redirect the original URL to a different ASPX page.  You need to ensure that the users cannot view the original URL after the page is executed. You also need to ensure that each page execution requires only one request from the client browser. What should you do? ()

单项选择题 You modify an existing Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You add a theme to the ASP.NET application.  You need to apply the theme to override any settings of individual controls.  What should you do?()

单项选择题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application contains a mobile Web page.  You add the following StyleSheet control to the Web page:   <mobile:StyleSheet id="MyStyleSheet" runat="server">   <mobile:Style Name="StyleA" Font-Name="Arial" Font-Bold="True" Wrapping="NoWrap">  </mobile:Style>   </mobile:StyleSheet>    You need to add a Label control named MyLabel that uses the defined style in the MyStyleSheet StyleSheet control.  Which markup should you use?()