First post here on the board. This board seems more active than the MS
vsnet board...
Anyway here my question.
I want to have a master project, and inside of it,
additional smaller projects that i can continually add without having to
recompile all of them / the master project.
Thats working fine, my question is.. how can i pass the
session variables between the projects?
i initialize some session variables in the main project,
and then move on / redirect to the sub project(s).
The session variables are not accessible in the sub
folders (projects) though.
I checked in IIS for some sort of session transfer /
persisent setting, but didnt find anything.
Thanks,
PCH