简体   繁体   English

Web场中的应用程序中使用的会话配置选择

[英]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?" “您正在设计一个使用Oracle数据库进行持久化的ASP.NET MVC 4应用程序。哪些会话配置选择使您能够在Web场上部署应用程序?”

The answer choices of the question are : A) InProc B) SQLServer C) StateServer D) Custom session provider 问题的答案选择是:A)InProc B)SQLServer C)StateServer D)自定义会话提供程序

The correct answers as stated are C) State Server and D) Custom Session Provider. 陈述的正确答案是C)状态服务器和D)自定义会话提供程序。

From what I learnt in MSDN, SQLServer mode allows for session to be used for applications in web farms too. 从我从MSDN中学到的知识,SQLServer模式也允许会话也用于Web场中的应用程序。 Hence was wonder what is actually the correct answer here? 因此,想知道这里的正确答案到底是什么? Thanks. 谢谢。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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