Saturday, September 12, 2009

How to run C# ActiveX Control in the Client Machine?

Platform and Browser Type

Platform

Dot Net Framework 2.0 and Above

Browser Type

Internet Explorer

Browser Setting for Internet Explorer

To download and install the C# ActiveX Control, we have to set the client’s browser settings.

1. To add the trust web site link to client’s trusted site

2. Need to change the browser security tab custom level permissions

Follow the instructions to add the smart card web link to client’s trusted sites

1. Tools-> Internet Options

2. Click Security Tab.

3. Click on Internet

4. Click on Custom Level button.

5. Scroll down the lists until to see “ActiveX Controls and plug-ins”

6. In Download unsigned ActiveX Controls section, choose Prompt option

7. In Initialize and script ActiveX Controls not marked as safe for Scripting section, choose Enable option.

8. Click OK button.

9. Click OK button.

Follow the instructions to change the browser security tab custom level permissions

1. Tools ->Internet Options

2. Click Security Tab

3. Click on Trusted sites

4. Click on Sites Button

5. And will see trusted sites list box

6. Type in http://www. web site name (domain name) and click Add button

7. Click close button

8. Click Ok button.


Now the client browser is ready to run the C# ActiveX control on the client's machine.

No comments:

Post a Comment