I want to load an html file in a browser locally (not through a web server) that runs some javascript that loads and executes an ActiveX control written in C#. The control may or may not contain .NET forms. Can this be done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, as long as you’re using a browser that supports ActiveX and it’s configured to allow ActiveX to run in the local security zone.
If you open a local XML file with IE, by default you get the message:
This is an example of a browser running active content as a result of loading a local file.
Have you tried this? Do you get an error?