Here's a really loaded question. I would like to implement a shared page using ASP.NET that I can download from a Web Service to include in an ASP, ASP.NET, or PHP page on any domain. The shared page would be hosted on a separate server on a different domain, so I do not have access to the typical ASP.NET Page Methods.
Also, I would need to be able to use jQuery to send AJAX GET and POST requests to the Web Service, and be able to preserve the session state.
Is such an implementation possible in ASP.NET?