As far my knowledge, there i no builtin ASP.NET function/feature to achieve it!
You need to develop a custom logic to do that! What you can do is, have two connection string pointing to two different SQL Server instances and then read the session information from one session to the other!
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: Move Session information
May 09, 2012 07:47 AM|LINK
Hi,
As far my knowledge, there i no builtin ASP.NET function/feature to achieve it!
You need to develop a custom logic to do that! What you can do is, have two connection string pointing to two different SQL Server instances and then read the session information from one session to the other!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space