Reputation: 1
I have a web application running in server that now, for security reasons, needs to set all apps .Net Trust Level to Medium. My application runs two web services and after that change, none of them works. I have read that I have to indicate the URI to the list of allowed connection endpoints. Could someone tell me how can I indicate it?
I know I need to modify the configuration->system.web->securityPolicy->trustLevel in the web.config, indicating the name of a customized config that has to be a copy of the web_mediumtrust.config and change in there NamedPermissionSets->PermissionSet->IPermission WebPermission class and I can specify it in ConnectAccess uri. Am I right? Can I specify 2 different URLs? Thanks
Upvotes: 0
Views: 10