|
IIS and COM
I am working as a team member on a project and need to devise a quick way for the web developer to access data elements from the project.
My question is this; Is there a way that COM objects can be used via a web app built for IIS? I know CGIs can be made and I'd like to avoid this. I am looking for a more direct solution or an out of the box solution from MS. Does AJAX, or ASP (or something else) have the ability to work with COM objects directly?
|