B
Bruce W.1
I wrote a NTD winform application. It checks links on any website to
see if they are good. You can find it here:
http://ntd.didah.com/
It works fine on my local machine of course. But when deployed to the
internet it throws this security exception:
System.Security.SecurityException: Request for the permission of type
System.Net.WebPermission, System, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 failed.
at System.Security.CodeAccessSecurityEngine.CheckHelper(PermissionSet
grantedSet, PermissionSet deniedSet, CodeAccessPermission demand,
PermissionToken permToken)
I stuck a textbox in there so you can see the Exception.
Apparently NTD apps aren't allowed to use the Internet??? This is not
cool! Is there a fix for this?
Also the application icon gets lost.
Is there a way to remedy these problems?
Thanks for your help.
see if they are good. You can find it here:
http://ntd.didah.com/
It works fine on my local machine of course. But when deployed to the
internet it throws this security exception:
System.Security.SecurityException: Request for the permission of type
System.Net.WebPermission, System, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 failed.
at System.Security.CodeAccessSecurityEngine.CheckHelper(PermissionSet
grantedSet, PermissionSet deniedSet, CodeAccessPermission demand,
PermissionToken permToken)
I stuck a textbox in there so you can see the Exception.
Apparently NTD apps aren't allowed to use the Internet??? This is not
cool! Is there a fix for this?
Also the application icon gets lost.
Is there a way to remedy these problems?
Thanks for your help.