IIS patches

Microsoft released 2 patches yesterday which are IIS related. MS06-033: Vulnerability in ASP.NET Could Allow Information Disclosure (917283) Severity: Important Only affecting – .NET Framework 2.0 MS06-034: Vulnerability in Microsoft Internet Information Services using Active Server Pages Could Allow Remote Code Execution (917537) Severity: Important If you are using ASP for IIS 5.0, 5.1 and … Read more

ASP.NET & IIS 6.0: Application Pools

Chris Adams did a post about how application pools configuration ties into the ProcessModel section of the machine.config configuration file. His post also includes links to some good resources for further information about IIS 6 worker processes and application pools. Read his post at source: ChrisAd’s blog : ASP.NET & IIS 6.0: Application Pools, Machine.Config….oh … Read more

Visual Studio 2005 – Web Deployment Projects

Microsoft is planning an add-in for Visual Studio 2005 (currently in beta). A Web Deployment Project enables you to manage not only build configuration and merge options, but other tasks such as specifying changes for the application’s Web.config file during compilation, changing connection strings, creating virtual directories, and performing other tasks at specific points in … Read more

ASP.NET 2.0 Hosting Deployment Guide

Hosting ASP.NET 2.0 web applications, get the Microsoft ASP.NET 2.0 Hosting Deployment Guide. The ASP.NET 2.0 Deployment Guide is a reference for web hosters who are interested in adding ASP.NET 2.0 to their existing Windows hosting service. Besides improving developer productivity, ASP.NET 2.0 also provides benefits for hosted environments, including support for shutting down inactive … Read more