Cannot get IIS pickup directory.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Mail.SmtpExcept
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Main Topics
Browse All Topics





by: ragi0017Posted on 2008-10-19 at 21:18:46ID: 22755103
change the following line to
<network defaultCredentials="true" host="omegalove.com)" port="25" />
<network defaultCredentials="true" host="omegalove.com" port="25" />
one more suggestion
in the above line remove defaultCredentials and put in a valid domain user name and password and try agian
<network host="omegalove.com" port="25" userName="username" password="password"/>