hello
i write a smtp client winform (using socket 25 connect to smtp server),and
deploy it to iis by NTD (no-touch deployment),i can launch the form from the
client machine,when i want connect to the smtp server,the security exception
is thrown,i know that i have not assigned the socket permission in the
client side to the downloaded assembly,but i don't know how to do that,who
can give me a step-by-step instruction.
any help will be appreciated.
Sijin Joseph - 29 Sep 2004 08:50 GMT
These articles describe how you can use caspol.exe to give the required
permissions to your NTD app
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht
ml/vbtchNo-TouchDeploymentInNETFramework.asp
http://msdn.microsoft.com/msdnmag/issues/02/07/netsmartclients/default.aspx
http://www.ftponline.com/vsm/2003_09/magazine/columns/gettingstarted/default_pf.aspx
Hope that helps.
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> hello
> i write a smtp client winform (using socket 25 connect to smtp server),and
[quoted text clipped - 5 lines]
>
> any help will be appreciated.