Providing SaaS functionality to a .NET portal with DLLs

Posted by Abdullah Jibaly on Stack Overflow See other posts from Stack Overflow or by Abdullah Jibaly
Published on 2010-03-15T20:08:02Z Indexed on 2010/03/15 20:09 UTC
Read the original article Hit count: 267

Filed under:
|

I'm not sure I'm asking the right question here, but I'm looking to provide web based functionality from one ASP.NET application to another remote 'portal-like' application. Is it possible to simply give the portal a DLL? As an example, let's say the SaaS web app has a patient-entry form that I want to be able to use from the portal application. I would like the portal app to be able to set preferences (permissions, color, style, etc), make a function call, and have that capability presented within a certain div or something. Is there any .NET technologies that provide this kind of integration?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about portal