How to call COM object from classic ASP? I tried hard but cannot find a good tutorial. Any recommendations?
I am using C# in classic ASP.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re using JavaScript:
For example, see this page:
This assumes that “Some.Object” has been registered as a COM object (for example, using “regsvr32 /register SomeObject.dll”).
For further reading, O’Reilly had a decent book on this and you might consider reading this sample chapter:
or this tutorial: