
4. Open the .NET Configuration window by clicking on Start -> Control Panel -> Administrative Tools -> Microsoft .NET Framework x.x Configuration.
5. Expand the ‘Runtime Security Policy’ node from the left hand pane. Then expand the ‘Enterprise’ node and finally ‘Code Groups’ node. Then right click on ‘All_Code’ and click on New….
6. Specify a Name and Description for the code group and click Next.
7. Choose the condition type of the code group as ‘URL’. In the underneath URL text box type the path to the remote application folder and put a backslash and an asterisk . In my case I typed \\192.168.1.165\Bin\* (The asterisk is used to include all the items under the folder Bin into the code group that we are creating). Then press Next.
8. From the list of existing permission sets select ‘LocalIntranet’ and click Next. Then click Finish in the next screen to finish and setup the new code group.9. Now the code group is created for our remote application. But to make the application really run you have to change one property in the Code Group Properties. Continue by right clicking on the new code group that we created named ‘My Code Group’ and selecting ‘Properties’.
10. In the code group properties, check the ‘Policy levels below this level will not be evaluated’ check box and press ‘Ok’ to apply the setting.
11. Close the open .NET Configuration windows and launch the application from the share.
If any specific functionality or if the entire application is not working please contact me, I might be able to help you out of the problem.