i made word doc and it is running on client but when i put it on web host and try to open it from client this error raise
*The customization does not have the required permissions to execute.*
how to configure server security in microsoft .net framework 2 to make it work correctly please any help in this matter

The customization does not have the required permissions to execute when to host file on web server
CHJ3
Hi,
This is a deployment problem, basically you need to modify the client Security Policy to grant Full Trust to your customization.
This article should give you enough information on how to do the appropiate changes:
How to: Grant Permissions to Documents and Workbooks in Shared Locations
I hope this helps.