Hi,
I become crazy !!!
I would like to use an ActiveX control RealPlay.ocx in asp.net app. In my aspx page i wrote :
It's work fine on localhost.
On remotly pc (with security level in IE on lower), IE ask me or instal this ocx but it's don't work....(little red cross)
Of course this ocx it's well register on the server
This ocx need some other dll
How can i solve that ??
Upload to the client all dll needed by the ocx??
Use interop, but the control not appear on the toolbox
It's maybe an iis configuration issue???
Please help me
thank you for replies
Reno
I become crazy !!!
I would like to use an ActiveX control RealPlay.ocx in asp.net app. In my aspx page i wrote :
Code:
Code:
<object id="AV_RealPlayX" style="width: 100%; height: 100%;" classid="CLSID:30209FBC-57EB-4F87-BF3E-740E3D8019D2"
codebase="RealPlayX/RealPlayX.ocx" ></object>
It's work fine on localhost.
On remotly pc (with security level in IE on lower), IE ask me or instal this ocx but it's don't work....(little red cross)
Of course this ocx it's well register on the server
This ocx need some other dll
How can i solve that ??
Upload to the client all dll needed by the ocx??
Use interop, but the control not appear on the toolbox
It's maybe an iis configuration issue???
Please help me
thank you for replies
Reno