Go to home page mail me! RSS Feed

Microsoft Visual Studio 2008

Using web.config for SMTP settings

In the old days, we have to manually create custom configuration sections if we want to do cool stuff with app/web.config or simply just put the values in the appSettings section. However, there are a few config options that are out there that most developers don’t know about, a perfect example is the mailSettings config section which allows you to setup your mail settings in your configuration file and simply call the SMTPClient to send an email and by doing so, changing settings can be done on the fly and oh’ if you are worried about security, don’t forget you...

posted @ Tuesday, August 18, 2009 10:02 PM | Feedback (1)

Visual Studio 2008 Beta 2

Microsoft Visual Studio 2008 is now available for download as BETA. Here is the link:

posted @ Saturday, July 28, 2007 4:14 PM | Feedback (0)

Next entries »