Sharing variables across 2 Applications

  • Thread starter Thread starter Mothish K
  • Start date Start date
M

Mothish K

Hello,

I am trying to connect 2 of my asp.net applications using context.items
collections
to share the variables.
but it says Could not load type 'Proj2.SignIn'.


I have set the authentication mode="Forms"
but still it says the same..
is there any other way to transfer my asp form variables to
my second application???

Mothish
 
First of all... what type of variable are you wanting to share?

As you couldnt share an user data as the users session would be uniqe to
each session.
 
I want to pass form elements from proj1 to proj2
I ve said not to use querystring.
is it possible
 
Back
Top