ASP mailer error : Server.CreateObject Failed

Published by

Posted on February 14, 2010

Error on windows 2008

Server object error ‘ASP 0177 : 800401f3’

Server.CreateObject Failed 800401f3

Solution
the ASPMail component is NOT supported on Windows 2008 You will need to use the System.Net.Mail Component for .net. I pasted some sample code to get you started below. Please be advised that this sample will need to be modified some.


<%@ Import Namespace="System.Net.Mail"%>


More information on this component can be found at http://www.systemnetmail.com/

also
How do I send mail from Windows 2008 server/IIS7?

M$ KB