Assembly Permission to Network Files
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I've asked about this problem before but now the problem is abit different. I have a strong name assembly that is able to access/read files that are on local machine but NOT on any network machines/servers (using UNC). I've used Caspol.exe to check its permission and got:
< PermissionSet class="System.Secuirty.PermissionSet" Unrestricted="true" ...>
<IPermission class="System.Security.Permissions.ZoneIdentityPermission, mscorlib, ..." Zone="MyComputer"/>
</PermissionSet>Does anyone have any idea as to what could be causing this? :doh: Thank you, Anzy