IIS7: sharing sessions between applications with a public server

I have my default site in IIS7 bound to an ASP.NET application. This application uses the ASP.NET state server to store session data. I would like to add an additional ASP.NET MVC application to this site. Is it possible to exchange a session between these two applications using a public server? I read that there are ways to do this by storing session data in SQL Server, but I cannot find documentation on how to run it with a public server.

Thanks Nathan

+5
source share
2 answers

: SQL Server . , SQL Available :

ASP.NET

+2

, , , SQL.

:

http://msdn.microsoft.com/en-us/library/aa479034.aspx

, , , SQL , , , . , , , sql .

+1

All Articles