Share data across web applications?

J

Jason Barnett

I would like to share data across two separate web applications. Is this
possible, other than with Cookies? If so, how might I do it?

I would like to pass non-sensitive information from one web application to
another, on the same web server and running within the same website. I'm
using .NET Framework v2.0 on a Windows 2003 server (IIS 6.0).
 
M

Mr. Arnold

Jason said:
I would like to share data across two separate web applications. Is this
possible, other than with Cookies? If so, how might I do it?

I would like to pass non-sensitive information from one web application to
another, on the same web server and running within the same website. I'm
using .NET Framework v2.0 on a Windows 2003 server (IIS 6.0).


You would use a ASP.NET WCF Web service or a ASP.NET Legacy Web service
to pass an XML serialized object of data between the two applications on
the same Web site.

The applications would consume a Web service and pass the object.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top