How to change HttpRequest.IsSecureConnection

This is an old problem that is solved in dozens of different ways. Typically in an ASP.Net Framework site when you need to check if the request is running in HTTPS you would do something like…

Read this article

ASP.Net 5 - Re-learning a few things (part 1)

ASP.Net 5 (aka vNext) is now in Beta and the Visual Studio 2015 preview is now out! So, what is this new ASP.Net? The 2 biggest features is that it’s totally open source and it will support a cross pl…

Read this article

Wildcard mapping in IIS 7 classic pipeline = web.config!

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.After foolishly pulling out my hair trying to f…

Read this article

Guide to installing Cold Fusion 8 on Windows Server 2008 (IIS 7) 64 bit

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.After a lot of trial and error i finally figure…

Read this article

Taming the BuildManager, ASP.Net Temp files and AppDomain restarts

I’ve recently had to do a bunch of research in to the BuildManager and how it deals with caching assemblies since my involvement with creating an ASP.Net plugin engine. Many times people will attempt…

Read this article