Month: February 2017

Easily Take Your ASP.Net Application Offline

If you need to take your application offline, simply add a file named “app_offline.htm” to the root directory of your application. This will cause any future requests to be rerouted to this page as handled through IIS. This functionality is available from ASP.Net 2.0 and forward.

Setup TeamCity for a Specific Build Agent

If you ever run into a scenario where you need to run your TeamCity build configuration step against a particular build agent there is a simple solution for you built right into TeamCity. 1. Navigate to your build configuration step by either selecting it from the Overview page or selecting your project, and then the…
Read more