How to send mail using system.net.mail On Wednesday, November 18, 2009 Add Comment using System.Net.Mail; using System.Net.Mime; protected bool SendMail() { string objFrom, objSubject, objTo; ... Read More
Microsoft HTTPAPI/2.0 port 80 WAMP Error On Tuesday, November 17, 2009 Add Comment IIS If you get this problem Your port 80 is actually used by: Server: Microsoft-IIS/7.0 message after installing wamp server tha... Read More