I have an existing standard exe. Everything with it works fine. I'm extremely new to com/activex development. I want to modifiy the code of my standard exe to work in a com object. My reason for this is that I want to be able to interact with it from asp. Basically, I need asp to pass a parameter to the com and when the com is done processing, it will need to pass a parameter back to the asp. Is this do-able? Should I use an activex dll or an activex exe?

Thanks,

Paul