Ask a Question related to ASP.NET Security, Design and Development.
-
ciju.george #1
self signing an activex control
Hi,
i am using
in my <script> of my html page to statr an iexplorer process.Code:WshShell = new ActiveXObject("WScript.Shell"); WshShell.Run("iexplore "+url1, 1, false);
when i depoly it and acess the page its showing
i know its becouse of securit issue and i can change the security in internet explorer to make it work.Automatation server can't create object
but i need another solution since i can't change the settin gin all the machines calling this .html page.
possible solution will be self signing the code
Can anyone guide me how can i self sign my sciprt code in this html page by exact steps to be followed to make my code work.
Thanks and Regards,
Ciju George
Junior Member
- Join Date
- Feb 2011
- Posts
- 1
-
ActiveX Control in C#
Hi, I am trying to create a program similar to the BasicIacOCXCS sample. I have tried to look though the IACRefrence pdf but haven't been able to... -
Help with Activex control
:I try to build a web site with flash pictures. The problem is this activex control yellow bar that users might not want to click on when visiting... -
User Control and ActiveX control
Now I am hosting a user control(an assembly in .dll) in IE. I want to know the difference between this kind of control and ActiveX control. thank... -
Using MFC ActiveX control in ASP
I'm using VS.Net 2003 to create a very simple ActiveX control in MFC. The control has no ui and just a few properties and methods. What do I... -
ActiveX Calendar Control
I am using a Microsoft Activex Calendar Control on a form. However, when another user on my network opens the form, they do not have the activex...



Reply With Quote

