Question:You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5.
The application uses ASP.NET AJAX, and you plan to deploy it in a Web farm environment.
You need to configure SessionState for the application.
Which code fragment should you use? 

A <sessionState mode="InProc" cookieless="UseCookies"/> 

B <sessionState mode="InProc" cookieless="UseDeviceProfile"/> 

C <sessionState mode="SQLServer" cookieless="false"
sqlConnectionString="Integrated Security=SSPI;data source=MySqlServer;"/> 

D <sessionState mode="SQLServer" cookieless="UseUri"
sqlConnectionString="Integrated Security=SSPI;data source=MySqlServer;"/> 

+ Answer
+ Report
Total Preview: 1413

Copyright © 2024. Powered by Intellect Software Ltd