Applications Running Outside Portal
If I have an application that is not running from inside the portal (It is deployed on some other Web Server that is not inside the portal), but it is launched from the portal (via a URL), how would I access Profile information about the application?
Basically, if I wanted to store attributes on the Portal Server (such that other apps that run from inside the portal could read those attributes if necessary) but the application ran on some remote WebServer could I access the Profiling info? What if I wrote some Profiling Service that my external app accessed, would the Porfiling Service need to live inside the Portal? Could I just have the external app call my service and the service would generate an Admin session there by allowing it access to all the attributes?
Woul

