Scott Forsyth's Blog
-
IIS7 blocks viewing access to files in bin and other asp.net folders
I was just asked to help someone troubleshoot a site that worked fine on Windows Server 2003 / IIS6 but didn't work on Windows Server 2008 / IIS7. A file was in a folder under the bin folder on the site and displayed an error when trying to view the page. The path looked something like this:
-
Professional IIS 7 - Best IIS 7.0 book
The title is a bit biased since I co-authored the book, but Professional IIS 7 will be out in print within a couple weeks and I highly recommend picking up a copy!
-
Tool: Creating a custom MachineKey in ASP.NET
There are many times when it is worthwhile to create a custom machineKey for your web.config file. This is worthwhile on a webfarm but also worthwhile on a stand-alone server so that your machineKey remains the same after an iisreset or application pool recycle.
-
IISCnfg.vbs - IIS Settings Replication
IISCnfg.vbs - IIS Settings Replication
-
DFS for Webfarm Usage - Content Replication and Failover
-
ASPNET_regiis.exe Tool, Setting the Default Version Without Forcing an Upgrade on All Sites
Starting in the first version of ASP.NET, Microsoft has provided a tool to control which version of the framework is registered in IIS. This tool, aspnet_regiis.exe, is quite flexible and with the right understanding of how IIS and ASP.NET work, can be used for most any situation.
-
Running multiple versions of the Framework in ASP.NET
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
-
How to find the SiteID in IIS5 and IIS6
Occasionally I need to explain how to find the SiteID / Site Identifier in IIS5 and/or IIS6 so I thought I would quickly blog on how to do that so that I have a page that I can reference rather than typing it out each time.
-
Which w3wp.exe process belongs to which App Pool in IIS6
Along with Windows Server 2003 and Internet Information Services 6.0 came a large number of benefits. For us IIS admins, it was a great welcome set of changes. But, one apparent difficultly is matching up the w3wp.exe processes displayed in Task Manager to the Application Pools in IIS.
-
IIS6 Compression Follow-up
This is a follow-up to my last blog on IIS6 Compression: http://weblogs.asp.net/owscott/archive/2004/01/12/57916.aspx