Hi,
I'm getting the following the following error. My setup is (the new) FTP7 running on IIS7. Authentication works fine when I use Anonymous or Basic Authentication, but when I try to use IISManagerAuth I get the error below. I've followed all the necessary steps to create IIS Manager users, and add them to the FTP site. The error below looks more like an internal error rather than me not setting something up properly.
Googling for this error only brings up three results, none of which helps very much.
Can anybody shed any light? I really don't want to have to create windows users to get it working under Basic Authentication.
IISWMSVC_AUTHENTICATION_UNABLE_TO_READ_CONFIG
An unexpected error occurred while retrieving the authentication information.
Exception:System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at Microsoft.Web.Administration.Interop.AppHostWritableAdminManager.SetMetadata(String bstrMetadataType, Object Value)
at Microsoft.Web.Administration.ConfigurationManager.SetAdminManagerProperties(WebConfigurationMap webConfigMap, Boolean isAdminConfig, IAppHostAdminManager adminManager, Boolean isRemote)
at Microsoft.Web.Administration.ConfigurationManager.CreateWritableAdminManager(WebConfigurationMap webConfigMap, String configPathToEdit, Boolean isAdminConfig)
at Microsoft.Web.Administration.ConfigurationManager.CreateConfiguration(WebConfigurationMap configMap, String configPathToEdit, Boolean isAdminConfig)
at Microsoft.Web.Administration.ConfigurationManager.GetConfiguration(String rawConfigurationPath, String cacheKey, Boolean isAdminConfig)
at Microsoft.Web.Administration.ConfigurationManager.GetAdministrationConfiguration(WebConfigurationMap configMap, String configurationPath)
at Microsoft.Web.Administration.ServerManager.GetAdministrationConfiguration()
at Microsoft.Web.Management.Server.ConfigurationAuthenticationProvider.GetSection(ServerManager serverManager)
Process:dllhost
User=NT AUTHORITY\NETWORK SERVICE
Thanks,
Tim