Use Redemption without logged in user – Asp.net
I wanted to know if I can use Redemption in order to send emails from an ASP.NET web application using impersonation but not having any user logged in. Outlook is installed.
I wanted to know if I can use Redemption in order to send emails from an ASP.NET web application using impersonation but not having any user logged in. Outlook is installed.
i am trying to implement impersonation in a project. this is the first time i am trying it this is what i have done. <identity impersonate="true" userName="NS1name" password="secret" /> i am using the username and password provided as the plesk…