System.Web.Mail
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, im using the System.Web.Mail.MailMessage object to send mails in my application. If i give administrators access and permissions to ASPNET it works fine, but if i dont give this kind of access it throw me the next message: "Access is denied. Exception has been thrown by the target of an invocation. Could not access 'CDO.Message' object.". How can i set the minimun access to ASPNET so it can works fine?? THANKS!!!