Scott Forsyth's Blog

Postings on IIS, ASP.NET, SQL Server, Webfarms and general system admin.

Browse by Tags

All Tags » IIS » ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.
ASP.NET tab in IIS, more dangerous than it first appears!
This blog post was a long time coming and fortunately doesn't apply to IIS7, but I thought I would finally take a few minutes and cover this shortcoming with the ASPNET tab that ASP.NET 2.0 introduced into IIS 6 and IIS 5. As I've covered in a previous...
Posted: Aug 01 2008, 07:49 AM by OWScott | with 5 comment(s)
Filed under: ,
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...
Posted: Dec 13 2006, 09:24 PM by OWScott | with 3 comment(s)
Filed under: ,
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...
Posted: May 30 2006, 08:52 PM by OWScott | with 7 comment(s)
Filed under: ,
Running multiple versions of the Framework in ASP.NET
Like any good technology, ASP.NET continues to evolve as new versions are released. But, like anything else, this brings with it a number of considerations. Microsoft has done a great job of allowing multiple versions of the framework to run side by side...
Posted: Jan 26 2006, 01:59 PM by OWScott | with 42 comment(s)
Filed under: ,
More Posts