Security Settings for UserControl to Run In Web browser
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, Actually I want to port a windows application written in C# to a user control so that i can embed that control in a web browser and be facilitated from all its feature without installing it.(Only the .Net framework is required). Its working fine but gives me exception when i go beyond the scope of the browser for example i want to save a file in C:\ drive and do some registry operations. It gives me System.Security.Permissions.FileIoPermission and etc. Please tell me how to set all the permissions for this control so that i can have full control over the machine on which this control is running in a web browser. Thanks alot in advance, Best Regards, Rizwan Ahmed.