Home All Groups Group Topic Archive Search About

framework configuration for webpermission

Author
31 Aug 2006 1:12 PM
Axford
Hello,
my Win App resides on a network share and therefore cannot call my localhost
web service in the default .NET framework security configuration:
webpermission denied.

I then add at the machine level a Web Acces permission with the option
'grant unlimited web access', next I add a codegroup with this permission
whose evidence points to my network share and voila: it works.

Then I tried to reduce the Web Acces permission to 'http://localhost/' or
'http://localhost/*' or 'http://localhost/myservice/*' or
'http://localhost/myservice/myserv.asmx' but nothing of this kind works.

Does anybody know what I am doing wrong here?

Thanks.

AddThis Social Bookmark Button