For those of you who use Simian, please be aware, they upgraded the product and the old "-recurse" option no longer works. Read below on how to fix it. The Issue I downloaded it last night to …
Force HTTPS on all requests, HttpModule
Sometimes we have websites that are strictly HTTPS. No files whatsoever are served up through HTTP. We want our users to only access the HTTPS portion of our website but we dont want them to …
Continue Reading about Force HTTPS on all requests, HttpModule →
Prototype/Proof of Concept code is not production code!
One thing that should be burned into the heads of many developers is that Prototype/Proof of Concept (PoC) code is NOT production code. Proof of Concept code is not production code.Prototype code is, …
Continue Reading about Prototype/Proof of Concept code is not production code! →
ASP.NET File Name at Runtime
Retrieving the ASP.NET filename can be done in many ways. I've created this method in a few helper classes in some of the different jobs I have. public string GetCurrentPageFileName(){ …