Activex ASP.net

0 views
Skip to first unread message

Didi

unread,
Aug 27, 2008, 7:00:29 PM8/27/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Hi,

My friends, help me please...

I create a Asp.net application in Vb.net. In this application, I added
a component Activex and added in my webform.aspx.
In my station, I have installed this component and this application
works fine, but if I use other machine the Activex don't load.

Someone has any idea?

Thanks a lot.

Cerebrus

unread,
Aug 28, 2008, 2:20:34 AM8/28/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
ActiveX components need to be installed on the client machine to run.
This assumes browser permissions and also requires that you would
include a codebase attribute for your component telling the browser
where to install it from.

Glenn

unread,
Aug 28, 2008, 7:25:24 AM8/28/08
to DotNetDe...@googlegroups.com
There have been too many security vulnerabilities in ActiveX controls that many systems have turned off the ability for them to be installed.  Check the browsers settings on the machine that doesn't work.
 
Also, make sure the ActiveX control that you are using is well-behaved and won't open the system to attack as a result of your application.
 
...Glenn

Reply all
Reply to author
Forward
0 new messages