I created a COM object on IIS and want it to print out HTML. I call it from an ASP file but am not sure how to get it to print. Should I use debug.print or is there another way to get it to print?
You can create a simple method in the COM object to return a string that contains HTML, maybe something like ToString(). Then all you would have to do is Response.Write MyObj.ToString()
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.