Asp.net V1 Errors

elpadrino

New Member
Hey,<BR>I just installed asp.net v1 on a fresh box, and started debugging my beta 2 aspx pages. I've tried searching around for sending email examples, they all create the same error and i can't figure it out. Can anyoen help?<BR><BR>Here is my error:<BR>The "SendUsing" configuration value is invalid. <BR>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. <BR><BR>Exception Details: System.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid. <BR><BR>Source Error: <BR><BR><BR>Line 42: <BR>Line 43: 'Now, to send the message, use the Send method of the SmtpMail class<BR>Line 44: SmtpMail.Send(objMM)<BR><BR> <BR>
 
Back
Top