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
source
share