Category Archives: .NET
Installing BoutDuTunnel Server on Mono XSP
In my previous blog I talked about setting up a HTTP tunnel using BoutDuTunnel. To setup the server-side, a command line application was used: BdtServer. BoutDuTunnel also provides a web application solution BdtWebServer which lets you host the application inside … Continue reading
Building Mono from Source
Installing Mono on Ubuntu is easy: $ apt-get install mono-2.0-devel Unfortunately even the latest version of Ubuntu 9.04 only comes with Mono 2.0.1. To install a newer (or different) version a solution would be to build Mono from source. Download … Continue reading