I am releasing/distributing a Windows application and service in a couple weeks. Both application use the .NET 3.5 Framework and are wrapped up in a custom installer. Rather than having my installer prompt the user to download the .NET 3.5 framework installer, I’m packaging it up with my setup program. Very simply, I check to [...]
I woke up this morning (whew) wondering what percentage of the development community is privileged enough to deploy their own stuff. I wonder because I think I’m out of touch in this area. Over the past 6 or so years I’ve been handing off installation/deployment duties to other groups. My development teams and I were [...]
Continue reading about Multiple Web Sites with Host Headers?
Whenever I can get away with it, I include basic troubleshooting information in the footer of my web applications. So it isn’t distracting (or blatantly exposed) to the standard user, the text is hidden. In other words, I make the font color the same as the background color so the text is only visible when [...]
Continue reading about Hide Troubleshooting Info In The App Footer
There are a few primary reasons why Windows Authentication should be considered a best practice. Since passwords aren’t visibly exposed in configuration files and credentials are not sent over the network, your systems tend to be more secure. Additionally, password management (expiration periods, minimum lengths and account lockout after multiple invalid logon requests) becomes a heck [...]