Archives
-
The State and Future of Virtualization in the Cloud
What does virtualization in the cloud mean to you? Or, maybe a better question is, where will ‘the cloud’ take us over the next decade?
-
Targeting the .NET Framework Version and Bitness with AppCmd
Background
-
MVC 3 AJAX redirecting instead of updating DIV
I ran into an issue today that took a good part of the afternoon to track down so I thought I would post the story in case it helps anyone else.
-
What the “Failed Requests” counter in ARR really means
While troubleshooting an intermittent performance issue recently, the question came up: “What does the Failed Requests” counter in the Monitoring and Management feature in Application Request Routing (ARR) mean?”
-
Test-Drive ASP.NET MVC by Jonathan McCracken
I just finished reading Test-Drive ASP.NET MVC by Jonathan McCracken. What a refreshing and worthwhile book. As the title implies, the book covers both Test Driven Development (TDD) and MVC 2.0, as well as some other essentials of application development. Jonathan takes the reader through an end to end ‘experience’ of developing a full application called GetOrganized, a toolset inspired by Getting Things Done by David Allen.
-
Troubleshoot ASP.NET Errors Remotely–while Appearing Local
For years I’ve wanted to be able to troubleshoot website remotely by seeing the detailed error report, while ensuring that other users on the web only see the friendly non-detailed error.
-
Configuring IIS6 for WebMatrix
The news of WebMatrix was just released, causing a lot of interest in the tech community. See Scott Guthrie’s blog post for details on WebMatrix, IIS Express, SQL Server Compact and the Razor syntax.
-
Visual Studio IntelliSense for URL Rewrite
Visual Studio doesn’t have IntelliSense support for URL Rewrite by default. This isn’t a show stopper since it doesn’t result in stop errors. However, it’s nice to have full IntelliSense support and to get rid of the warnings for URL Rewrite rules.
-
URL Rewrite – Multiple domains under one site. Part II
I believe I have it …
-
Managed Service Accounts (MSA) and Virtual Accounts
Windows Server 2008 R2 and Windows 7 have two new types of service accounts called Manage Service Accounts (MSA) and Virtual Accounts. These make long term management of service account users, passwords and SPNs much easier.
-
URL Parts available to URL Rewrite Rules
URL Rewrite is a powerful URL rewriting tool available for IIS7 and newer. Your rewriting options are almost unlimited, giving you the ability to optimize URLs for search engine optimization (SEO), support multiple domain names on a single site, hiding complex paths and much more.
-
The Mysterious ARR Server Farm to URL Rewrite link
Application Request Routing (ARR) is a reverse proxy plug-in for IIS7+ that does many things, including functioning as a load balancer. For this post, I’m assuming that you already have an understanding of ARR.
-
500.50 error using URL Rewrite
I ran into a 500.50 error yesterday, which wasn’t very descriptive initially, so I thought I would provide some details on what it could be.
-
Viewing all Server Variables for a Site
I often do development, testing or troubleshooting where I want to see all server variables available to a site. For example, when using a reverse proxy for load balancing, SERVER_ADDR, HTTP_HOST and other variables can change.
-
IIS URL Rewrite – Hosting multiple domains under one site
In a shared hosting environment, it’s a common desire to have a single IIS website that handles multiple sites with different domain names. This saves the cost of setting up additional sites with the hoster.