> I have a coldfusion page that has some VBScript on it that does a lot of > Scripting.FileSystemObject to read/write files on the clients machine > and the server. The problem is that this generates the ActiveX popup in > IE and my client is looking for a way to digitally sign this so that > pop-up no longer occurs. > > The probllem is I am not sure how do digitally sign a non .exe file.
You can sign scripts: http://msdn.microsoft.com/en-us/magazine/cc302149.aspx However, I don't know if you can embed signed scripts into a web page. Good luck! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322846 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

