Archives
-
IIS Compression
Do you want to both save money and speed the load time of your web pages? Then check out IIS's built-in compression feature.
-
Affordable Load Testing For Your Web Site
I stumbled across a cool SaaS load-testing site: http://loadimpact.com/
-
New Elastic Cloud Services on IIS
There are some very cool and exciting things happening with Microsoft's web stack, one of which is the new elastic cloud services for IIS. These new services leverage WFF and ARR, which are two awesome (fairly) new IIS technologies.
-
Access WebMatrix Project From Another Machine
By default WebMatrix projects, which run in IIS Express, are accessible only from the local machine using the localhost name in the URL. There are some situations though in which you might want to run the project on either the server name or an IP address so that someone on another machine can access the application for review.
-
URL Rewrite Sample to Add www to the URL
Here is a sample web.config file to redirect any requests to http://site.com to http://www.site.com.
-
URL Rewrite 301 Redirect For a Single Page
Want to set up a 301 redirect for a certain single page on your site to send users to a different URL?