Local SMTP Server Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All
I have just comeacross a problem:
I'm debugging a site on my local computer using Visual Studio.net.
When I send mail it gives error
"System.Runtime.InteropServices.COMException: The transport failed to connect
to the server"

Should I configure the SMTP server correctly or there is another problem.

Please help me. I wud be great ful
 
Make sure anonymous access is selected in IIS and try again.

For your server option in your code use "localhost" to specifiy your local
smtp server.

regards,

saleemk
 
Hello Mr. Saleek

Thank u very much for your advise, I did it but now I don't get any error but:

It don't really send any email to any of internet mail accounts like "yahoo"
or "hotmail".

Anything else wud u please suggest me to correct this problem.

Thanx again Saleek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top