http://support.microsoft.com/kb/317604

 

Typically We used in-proc mode to store asp.net session state, but ,sometimes we can not use the mode for some desire .

like using Load balance  or use long timeout session . so . we need out-proc mode to make it out .

usually we could use a state server or sql server to store the session state . in the article . I am talking about the laste one .

 

If you are using windows azure cloud services web role in your application.  you should use the sql azure to make it .

here is a good tutorial for this.http://blogs.msdn.com/b/sqlazure/archive/2010/08/04/10046103.aspx

相关文章:

  • 2021-07-27
  • 2022-12-23
  • 2022-01-27
  • 2021-11-05
  • 2021-10-08
  • 2022-12-23
  • 2021-05-31
  • 2022-02-01
猜你喜欢
  • 2022-02-16
  • 2021-06-25
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案