简体   繁体   中英

Session configuration choices to be used in app in web farm

There is this question which asks the following in a particular textbook:

"You are designing an ASP.NET MVC 4 application that uses an Oracle database for persistence. What session configuration choices enable you to deploy your application on a web farm?"

The answer choices of the question are : A) InProc B) SQLServer C) StateServer D) Custom session provider

The correct answers as stated are C) State Server and D) Custom Session Provider.

From what I learnt in MSDN, SQLServer mode allows for session to be used for applications in web farms too. Hence was wonder what is actually the correct answer here? Thanks.

您正在使用Oracle,它是与SQL Server不同的RDBMS,因此C)和D)给出的答案实际上是正确的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM