Click here to Skip to main content
15,889,863 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I have two web application (Asp.net - VB) one in VS 2005 and another is in VS 2012 - Now I have to share session between these two applications. Session state actually maintain in VS 2005 (Old project) and both application are hosted on same IIS (7.0). When I access page from VS 2012 project I have to use same session which was generated in VS 2005 project at same time. Note: Both projects has same content, design, code etc. Can anyone as idea or solutions on the same?
Posted

1 solution

Hi..

Are you running Both the projects at a time? Both projects are integrated?
 
Share this answer
 
Comments
Jitendra sondarva 28-Nov-13 5:32am    
Yes both application are running same time but both are not integrated. One in VS 2005 and another in VS 2012.
Purna.N 28-Nov-13 5:36am    
If both are having same design,code,content what is the use of running both can i know the reason ?
Jitendra sondarva 28-Nov-13 5:41am    
:) Actually project originally in VS 2005 but now I am using VS 2012 and I have to add new modules in VS 2012 but my original application are running in VS 2005. So when new modules will access using new project (2012) then user will be able to use both modules from both project at same time. Getting me?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900