Granting FullTrust permission to my
Hey I have an application C#.Net2005 (that acts as a menu to other application) that is located in my office LocalIntranet and needs to execute other applications that are located in my office LocalIntranet. when i try to use it, it throws a Security Exception. I used the .Net2005 tool to calculate my app permission and it decided FullTrust. I've tried to look in the MSDN how to grant FullTrust permission to my app' but with no luck. Can any one guide me how to perform one of the following: 1. Prompt the user that uses my app to grant it FullTrust. 2. Create an installer that sets the app' permission on the running host. Can any one elaborate about ClickOnce application and does it have anything to do with this issue?? Thanks
Hey I have an application C#.Net2005 (that acts as a menu to other application) that is located in my office LocalIntranet and needs to execute other applications that are located in my office LocalIntranet. when i try to use it, it throws a Security Exception. I used the .Net2005 tool to calculate my app permission and it decided FullTrust. I've tried to look in the MSDN how to grant FullTrust permission to my app' but with no luck. Can any one guide me how to perform one of the following: 1. Prompt the user that uses my app to grant it FullTrust. 2. Create an installer that sets the app' permission on the running host. Can any one elaborate about ClickOnce application and does it have anything to do with this issue?? Thanks