单项选择题
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
The application uses Session objects. You are modifying the application to run on a Web farm. You need to ensure that the application can access the Session objects from all the servers in the Web farm. You also need to ensure that when any server in the Web farm restarts or stops responding, the Session objects are not lost.
What should you do?()
A.A
B.B
C.C
D.D
相关考题
-
单项选择题
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? ()
A.Use the Server.Transfer method to transfer execution to the correct ASPX page.
B.Use the Response.Redirect method to transfer execution to the correct ASPX page.
C.Use the HttpContext.Current.RewritePath method to transfer execution to the correct ASPX page.
D.Add the Location: new URL value to the Response.Headers collection. Call the Response.End() statement. Send the header to the client computer to transfer execution to the correct ASPX page. -
单项选择题
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?()
A.Use the Server.Transfer method to transfer execution to the correct ASPX page.
B.Use the Response.Redirect method to transfer execution to the correct ASPX page.
C.Use the HttpContext.Current.RewritePath method to transfer execution to the correct ASPX page.
D.Add the Location: new URL value to the Response.Headers collection. Call the Response.End() statement. Send the header to the client computer to transfer execution to the correct ASPX page. -
单项选择题
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. | English | Chinese | Japan | Korean | - 161 - Test Information Co., Ltd. All rights reserved. The application uses 10 themes and allows the users to select their themes for the Web page. When a user returns to the application, the theme selected by the user is used to display pages in the application. This occurs even if the user returns to log on at a later date or from a different client computer. The application runs on different storage types and in different environments. You need to store the themes that are selected by the users and retrieve the required theme. What should you do?()
A.A
B.B
C.C
D.D
E.E
F.F
G.G
H.H
I.I
