G
Guest
I developed a webApp that work without problems in the webserver of my pc.
If I install my webApp in another web server, the webApp can´t transfer
values between components...
the sintax is the following...
System.AppDomain.CurrentDomain.SetData("SQLnInst",values);
The component receive the values with:
object variable =
System.AppDomain.CurrentDomain.GetData("SQLnInst").ToString();
How I can resolve that???
Regards
Ronald Morales
If I install my webApp in another web server, the webApp can´t transfer
values between components...
the sintax is the following...
System.AppDomain.CurrentDomain.SetData("SQLnInst",values);
The component receive the values with:
object variable =
System.AppDomain.CurrentDomain.GetData("SQLnInst").ToString();
How I can resolve that???
Regards
Ronald Morales