|
-
Sep 29th, 2009, 08:18 AM
#1
Thread Starter
Addicted Member
Calling client-side operations from Intranet Page
Hi, I need to make an intranet site for users to manage their network printer connections. PrintUI.dll offers the functionality I need for this. However, there are issues around the fact that it must be executed on the client.
For example, I could have an ASP.net web page which uses Javascript to create an ActiveXObject and execute the command on PrintUI.dll.
Drawbacks are the security issues, and that ActiveX is only available with IE.
As it is an intranet site, is there some way I can deploy a DLL written in .NET to all clients on the network that can handle the client side operations, which I can call from Javascript? I guess that would require the framework also being rolled out to the clients.
I would like to know the "right", "current" way of going about this.
Any pointers in the right direction gratefully received!
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|