Hi there,
I'm currently using VB .Net to develop a web application that sends emails periodically. Everything works fine in the test environment but not on the real server.
After reviewing the Windows Event log I discovered that our WinSock firewall is preventing my application from sending emails. There is no way to turn off this firewall so I have to work around it.
Since the web-app works in the test environment, I'm sure there's a way to get it to work on the real server as well. I'm assuming that the test environment doesn't use the ASPNET user account; instead it uses the account credentials that I'm logged into while developing and so it has permissions to send emails.
So what I'd like to do is impersonate the user that has permissions to send emails. I've tried just about everything to do this, and while everything always works in the test environment, nothing ever works on the real server.
Could someone point me in the right direction?
Thanks in advanced
-F
|