There’s a lot of good information around online about how to get Web Deploy (a.k.a. msdeploy) working. What most of the information tends not to cover is how to get it functioning for non-admin users. In this post I’m going to cover the steps to go through to get a non-Admin windows user working for … Continue reading Getting Web Deploy Working For Non-Admin Logins
Tag: IIS
Safely Testing .Net Code That Does Email Delivery
As a .Net developer you will most likely have come across the need to create and send an SMTP (email) message as part of a solution you've built. When under development you will have either stubbed out the mail delivery code or will have substituted a test email address for those of the final recipients in a live … Continue reading Safely Testing .Net Code That Does Email Delivery