EDN Admin
Well-known member
Hi Everyone!
I am trying to host a .Net Windows control in a web page displayed in IE. Note, I am not trying to make an ASP server control or anything like that. I want to host a .Net control in the same way that ActiveX controls (such as MediaPlayer and FlashPlayer) can be hosted in IE.
I have had success doing this by following this tutorial:
http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/
I can successfully see and use the control. But it still crashed with security exceptions whenever I try to access the File System. This is even after doing everything in the tutorial to give it permission to do so! I am pretty sure that I have not missed any steps.
Does anyone have any idea what the problem might be?
Thanks for any help!
View the full article
I am trying to host a .Net Windows control in a web page displayed in IE. Note, I am not trying to make an ASP server control or anything like that. I want to host a .Net control in the same way that ActiveX controls (such as MediaPlayer and FlashPlayer) can be hosted in IE.
I have had success doing this by following this tutorial:
http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/
I can successfully see and use the control. But it still crashed with security exceptions whenever I try to access the File System. This is even after doing everything in the tutorial to give it permission to do so! I am pretty sure that I have not missed any steps.
Does anyone have any idea what the problem might be?
Thanks for any help!
View the full article