views:

20

answers:

0

How do you configure/setup your .dll file so that when its hosted in IE and a user hits the page it just prompts them to 'trust' the application and install it and run? Currently all the doco I can find talks about adding the site to the trusted zone and running "caspol" on the command line to modify your .net security settings, which works but isn't really a good solution.

I've been to plenty of sites that run a .net activeX application and all I have to do is 'trust' it once and it doesn't prompt me again, just like Java. How do you implement that? The dialog I'm talking about is the "This website wants to install the following add-on etc".

BTW the application requires filesystem access (openFileDialog) and accepts file drag-and-drop.

Thanks again! (man I love stackoverflow)