ActiveX Control with ASP.Net
Hi guys,
I want to ask help for one thing.
I have an activeX control use in my Asp.Net web application.
When I tested the site locally, it run perfect. no errors.
When I access my web site from another PC, this ActiveX give problems.
Let's say this ActiveX has a function of getting Client Side Default Printer name. And When I hit "Print" button, Javascript will trigger and inside this script, it has calling the above GetDefaultPrinter function.
Error is trigger at that function.
when I trace in my PC, it works OK and even return me the Default printer of my PC.
But when I access from another PC, it trigger error at that method.
Any Idea??
Sorry. I don't know where I should put this thread (In Asp.Net or Active X).
So, I just put it here.
thanks