i have developed a asp.net application which is using a windows based control.. now when ever a user opens that page and when that control loads it
"Application attepted to perform an operation not allowed by the security policy. To grant this application the required permission, contact your system admin, or use the .Net Configuration tool.
Request for permission of type:
'System.Security.Permission.UIPermission, mscrolib, Version=2.0.0.0, Culture=neutral
PublickeyToekn=b77xxxxxxxxxx' falied"
now user has to give security permissions manually on every new machine, is there a solution that user won't have to do this.
i want to done this automatically by giving user some application to install that would configure this.... or some on page security set instructoins... is there a way?