c#每日一题(十三)

VBDN 2005-04-18 10:35:11
You are developing an ASP.NET application for AmazingBooks Store.Your application will run on multiple servers.You will be using session state to manage state information.You want to store session information in an out-of-process server.
Which of the following settings should you use in your Web.config file to configure the session state properly?(Select the best choice.)
A.<sessionState mode="Inproc" />
B.<sessionState mode="Off" />
C.<sessionState mode="Outproc" />
D.<sessionState mode="StateServer" />
...全文
253 12 打赏 收藏 转发到动态 举报
写回复
用AI写文章
12 条回复
切换为时间正序
请发表友善的回复…
发表回复
VBDN 2005-04-20
  • 打赏
  • 举报
回复
参考答案:D
DeltaCat 2005-04-18
  • 打赏
  • 举报
回复
D is the correct answer.
sidneyzsc 2005-04-18
  • 打赏
  • 举报
回复
肯定是D,他要求不在本地存储session information.A是在本地存储.
life_debug 2005-04-18
  • 打赏
  • 举报
回复
Off 指示会话状态未启用。
InProc 指示在本地存储会话状态。
StateServer 指示在远程计算机上存储会话状态。
SQLServer 指示在 SQL Server 上存储会话状态。
wangasp 2005-04-18
  • 打赏
  • 举报
回复
up
yezie 2005-04-18
  • 打赏
  • 举报
回复
默认就是A哈哈
tieqing 2005-04-18
  • 打赏
  • 举报
回复
A
hlong001 2005-04-18
  • 打赏
  • 举报
回复
A
酋长 2005-04-18
  • 打赏
  • 举报
回复
A
wjcking 2005-04-18
  • 打赏
  • 举报
回复
UP
gudengyeren 2005-04-18
  • 打赏
  • 举报
回复
UP
VBDN 2005-04-18
  • 打赏
  • 举报
回复
up

110,534

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧