guide Hardening web apps: 2. Architecture+infrastructure This second post in the blog series goes into detail about the infrastructure your app is running on, designing a secure physical architecture and securing your site against DNS attacks. Infrastructure The infrastructure
guide Hardening web apps: 1. Introduction It's okay. Exposing your latest web app implementation on the big bad internet should leave you somewhat anxious. While browsers have grown up to be more secure lately we are still a long
.net Comma SharePoint A simple HTTP Module that implements a workaround for a common bug in ASP.NET applications that prevents downloading of files with comma in the filename. When a Chrome browser downloads a file
.net URL Rewriting Module for WCF Your WCF services have the .svc extension. So a request could be http://yourserver/golden.svc/echo/helloworld With this simple HTTP module for the IIS pipeline you can avoid the .svc extension,