Hi.
I've the same problem in Windows 7 x64 with UAC enabled.
The steps:
1) copied dotnetnuke 6.2.0 install version in c:\inetpub\wwwroot
2) renamed folder install in dnn620
3) set all permission to iis apppool\defaultapppool for the folder dnn620 because my app depend on defaultapppool
4) my defaultapppool start in 32bit, classic, net 2 (same error with start at 64bit)
5) run the application
6) select custom installation
7) create database correctly
8) press the next button and the following exception is displayed
The web,config is not read-only and inherits correctly the parent permission.
Server Error in '/dnn620' Application.
--------------------------------------------------------------------------------
Unable to load default file registration provider
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Configuration.Provider.ProviderException: Unable to load default file registration provider
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ProviderException: Unable to load default file registration provider]
ClientDependency.Core.Config.ClientDependencySettings.LoadProviders(ClientDependencySection section, HttpContextBase http) +2012
ClientDependency.Core.Config.ClientDependencySettings.get_Instance() +91
ClientDependency.Core.Module.ClientDependencyModule.LoadFilterTypes() +24
System.Web.HttpApplication.InitModulesCommon() +124
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1162
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +312
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +133
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +196
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.5456; ASP.NET Version:2.0.50727.5456