Aug 01, 2008
When dealing with hard to find IIS 7.0 errors, I break out the trusty Failed Request Tracing. My favorite way of doing this is through the command line...( read more ) Read More...
2 comments
Filed under: IIS7, IIS, troubleshooting, AppCmd, Tools
May 21, 2008
Due to the popularity of Windows 2008 Server Core I have seen frequently questions about how to configure SSL on IIS7 with only command-line. Since I wandered that path few months back I thought of putting this article/guide together. http://www.awesomeideas...
2 comments
Filed under: IIS7, Certificate, appcmd, Server Core, certutil, SSL
May 06, 2008
Note: This blog entry used to be on my old blog. I'm about to shut it down so I thought I replicate some of the content here. Many IIS customers use IISRESET to get IIS back into a vanilla state. IISRESET is a pretty heavy hammer however and not needed...
Filed under: IIS7, appcmd
Mar 05, 2008
Let's suppose you are German, you developed an extremely cool web-site and now you want to make it available to your German Bier buddies. The only really fetzig site name you could come up with contains one of these nasty German umlauts: übersite.de ...
Filed under: IIS7, IIS News, appcmd, IDN, punycode
Jan 25, 2008
Today I got the following question: "I have two sites (siteV1.mysite.com and sitev2.mysite.com). They listen on the same IP address and port. We generated a certificate for siteV1.mysite.com and SSL is working properly. The problem is that some of our...
Filed under: IIS7, Host Headers, appcmd, SSL, bindings
Oct 31, 2007
The IIS 7 configuration system contains 50+ configuration sections (100+ if you count .NET Framework configuration), 477 attributes, and 57 collections. This can make it pretty challenging to figure out exactly what IIS 7 configuration section needs to...
3 comments
Filed under: IIS7, AppCmd, Configuration
Oct 05, 2007
IIS7 provides quite a few ways to create websites, applications, and application pools. You can use the GUI, but what if you need to create 10, 100, or even 10,000 websites? Read about the fastest way to create IIS7 websites in bulk at http://mvolo.com...
0 comments
Filed under: IIS7, AppCmd, Configuration
Jul 21, 2007
If you have worked with IIS6 and previous versions of IIS, you are most likely familiar with the IIS metabase paths. You know, the ones that look like LM/W3SVC/1/ROOT . These metabase paths serve as a mechanism to identify a part of the IIS website hierarchy...
0 comments
Filed under: IIS7, IIS News Item, AppCmd, Configuration