OK, it seems like it is getting harder to get the ASP.Net tab to show up in IIS. I now have a machine with .Net 1.1, 2.0, 3.0, and 3.5 installed. No matter what I do, the ASP.Net tab will not show. But all is well, as there is a very cool tool created by Denis Bauer (no relation to my wife) that will...
The ASP.Net tab recently disappeared from our server running Windows Server 2003 SP2 (32 bit). It had .Net 1.0, .Net 1.1, .Net 2.0, and .Net 3.0 installed. In order to get the tab to show again, I: Uninstalled IIS (and ASP.Net when prompted) Rebooted the server Re-Installed IIS (with Frontpage Server...
You can set up your application to send emails using the System.Web.Mail.SmtpMail class. You must supply the name or IP address of your SMTP mail server or relay using the SmtpServer property: SmtpMail.SmtpServer = "MyMailServer" If you want to keep a record of the email sent using your application...
Just learned about this very cool free tool to monitor and highlight particular activity on IIS logs. http://www.baremetalsoft.com/baretail/ Thanks Nick!