Jun 18, 2009
Many of you have probably read the article on how to install ASP.NET 1.1 on IIS7 on Vista and WS08 (The article can be found at http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/ ). While above works great...
6 comments
Tags: ConfigurationASP.NETvista SP2
Jan 26, 2009
Most of you have probably heard of shared configuration. It is a simple and convenient way to centralize IIS configuration among multiple IIS instances. (More info on shared configuration can be found here .) A step in setting up shared configuration...
1 comments
Tags: Configuration
Jan 12, 2009
Problem: When IIS 7.0 server is configured to work in shared configuration mode then configuration files are stored on a file share. This configuration is recommended for setting up web farms. But in case file share goes offline, the whole set up fails...
7 comments
Tags: Configuration
Mar 24, 2008
We have seen some reported cases when applicationHost.config file is getting corrupted when OneCare or Forefront is running on the same machine. By "corruption" I mean the XML is malformed is you may get an error: Error: Configuration file is not well...
5 comments
Tags: Configuration
Jan 09, 2008
As you know, ASP.NET supports section level encryption for protecting its configuration. It supports both RSA, which is default, and DPAPI out of the box and it also provides a way to use a custom protection provider. (Click here for more information...
4 comments
Tags: ConfigurationASP.NET