i have three .net 2.0 applications. Mainproject, SubProject1 and SubProject2. All three projects physically located on C: drive as C:/MainProject, C:/SubProject1 , C:/SubProject2. Then in IIS i have setup nested virtual directories. MainProject is the main Vdir. Underneth it there are two more Vdir, SubProject1 & SubProject2. Now my question. is it possible to share session between all of these directories? if yes how? If i create session variable in MainProject is it possible to access it in SubProject1 or SubProject2? Becuase i tried it and im not able to see any session variables that were set in MainProject. Each Vdir has its own web.config
secondly is it advisable to setup nested virtual directory