Windows 10: Event ID 9010 C:\inetpub\history (configHistory error)

Discus and support Event ID 9010 C:\inetpub\history (configHistory error) in Windows 10 Support to solve the problem; I have a corrupted file in the IIS configuration history and it is causing multiple errors in the Event Viewer. What I have found searching online is... Discussion in 'Windows 10 Support' started by tazmo8448, Oct 30, 2015.

  1. tazmo8448 Win User

    Event ID 9010 C:\inetpub\history (configHistory error)


    I have a corrupted file in the IIS configuration history and it is causing multiple errors in the Event Viewer. What I have found searching online is as follows:
    Event Details

    Product: Internet Information Services ID: 9010 Source: Microsoft-Windows-IIS-APPHOSTSVC Version: 7.0 Symbolic Name: APPHOSTSVC_HISTORY_CANT_ACCESS_HISTORY_DIR_ERROR Message: The Application Host Helper Service encountered an error trying to access the root history directory '%1'. The directory either doesn't exist or the permissions on it don't allow the history service to access it. The config history feature is disabled for now and will be re-enabled after the issue is resolved. To resolve this issue, please ensure that the directory exists and that the Administrators group have read and write access to it. The data field contains the error number. Resolve

    Check the configuration history directory path and permissions

    To main IIS configuration history, the Application Host Helper Service requires that the history directory that you specified exists and that the Administrators Group has read and write permissions for it. The default configuration history directory is %SystemDrive%\inetpub\history.
    To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.
    To ensure that the history directory that is specified exists and has the correct permissions, follow these steps:
    A. Back up the ApplicationHost.config file


    • Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
    • At the command prompt, type cd %Windir%\system32\inetsrv.
    • Type appcmd add backup backupName to backup the ApplicationHost.config file.A directory with the backup name you specify will be created under the %windir%\system32\inetsrv\backup directory. If you do not specify a name, appcmd will generate a directory name automatically using the current date and time.
    B. Find the current history directory setting


    • At an elevated Command Prompt window, type cd %Windir%\system32\inetsrv\config.
    • Type notepad ApplicationHost.config.
    • In notepad, search for the configHistory section under the system.applicationHost section.
    • Find the path attribute and read its value. The default is %SystemDrive%\inetpub\history.
    • Make sure that the path is correctly spelled and has no errors.
    • Save and close the ApplicationHost.config file.
    C. Ensure that permissions for the history directory are correct


    • Click Start, click Computer, and navigate to the directory that you found in the path attribute of the configHistory section in the ApplicationHost.config file.
    • Right-click the history directory and click Properties.
    • Click the Security tab.
    • Under Group or user names, click the System account. Under Permissions, make sure that the System account has full control.
    • If the System account does not have full control, click Edit and select the Systems account again. Under Permissions, select the Allow check box to the right of Full Control.
    • Perform the previous two steps for the Administrators account.
    • Click OK to exit Properties.


    Following the instructions I get lost on Part B. Line 4. Find the path. I have inserted '' %SystemDrive%\inetpub\history '' on what I perceived to be the correct path for 'configHistory' for the 'system.applicationHost' as it was the only one that was found when I used the 'Find' option in notepad. I did create a backup in CMD prompt as instructed but fear/know what I have done is incorrect and consequently am unable to proceed to Part C to verify. I do know that what I have done on reboot only creates more of the same errors.

    I have created a notepad as per instructions and need help making sure I am putting the right info in the correct place. The notepad created is as follows:

    <?xml version="1.0" encoding="UTF-8"?>
    <!--


    IIS configuration sections.


    For schema documentation, see
    %windir%\system32\inetsrv\config\schema\IIS_schema.xml.

    Please make a backup of this file before making any changes to it.


    -->


    <configuration>


    <!--


    The <configSections> section controls the registration of sections.
    Section is the basic unit of deployment, locking, searching and
    containment for configuration settings.

    Every section belongs to one section group.
    A section group is a container of logically-related sections.

    Sections cannot be nested.
    Section groups may be nested.

    <section
    name="" [Required, Collection Key] [XML name of the section]
    allowDefinition="Everywhere" [MachineOnly|MachineToApplication|AppHostOnly|


    Everywhere] [Level where it can be set]
    overrideModeDefault="Allow" [Allow|Deny] [Default delegation mode]
    allowLocation="true" [true|false] [Allowed in location tags]
    />

    The recommended way to unlock sections is by using a location tag:
    <location path="Default Web Site" overrideMode="Allow">
    <system.webServer>
    <asp />
    </system.webServer>
    </location>


    -->
    <configSections>
    <sectionGroup name="system.applicationHost">
    <section name="applicationPools" allowDefinition="AppHostOnly"


    overrideModeDefault="Deny" />
    <section name="configHistory" allowDefinition="%SystemDrive%\inetpub\history"


    overrideModeDefault="Deny" />
    <section name="customMetadata" allowDefinition="AppHostOnly"


    overrideModeDefault="Deny" />
    <section name="listenerAdapters" allowDefinition="AppHostOnly"


    overrideModeDefault="Deny" />
    <section name="log" allowDefinition="AppHostOnly" overrideModeDefault="Deny"


    />
    <section name="serviceAutoStartProviders" allowDefinition="AppHostOnly"


    overrideModeDefault="Deny" />
    <section name="sites" allowDefinition="AppHostOnly" overrideModeDefault="Deny"


    />
    <section name="webLimits" allowDefinition="AppHostOnly"


    overrideModeDefault="Deny" />
    </sectionGroup>


    <sectionGroup name="system.webServer">
    <section name="asp" overrideModeDefault="Deny" />
    <section name="caching" overrideModeDefault="Allow" />
    <section name="cgi" overrideModeDefault="Deny" />
    <section name="defaultDocument" overrideModeDefault="Allow" />
    <section name="directoryBrowse" overrideModeDefault="Allow" />
    <section name="fastCgi" allowDefinition="AppHostOnly"


    overrideModeDefault="Deny" />
    <section name="globalModules" allowDefinition="AppHostOnly"


    overrideModeDefault="Deny" />
    <section name="handlers" overrideModeDefault="Deny" />
    <section name="httpCompression" overrideModeDefault="Allow" />
    <section name="httpErrors" overrideModeDefault="Allow" />
    <section name="httpLogging" overrideModeDefault="Deny" />
    <section name="httpProtocol" overrideModeDefault="Allow" />
    <section name="httpRedirect" overrideModeDefault="Allow" />
    <section name="httpTracing" overrideModeDefault="Deny" />
    <section name="isapiFilters" allowDefinition="MachineToApplication"


    overrideModeDefault="Deny" />
    <section name="modules" allowDefinition="MachineToApplication"


    overrideModeDefault="Deny" />
    <section name="applicationInitialization"


    allowDefinition="MachineToApplication" overrideModeDefault="Allow" />
    <section name="odbcLogging" overrideModeDefault="Deny" />
    <sectionGroup name="security">
    <section name="access" overrideModeDefault="Deny" />
    <section name="applicationDependencies" overrideModeDefault="Deny" />
    <sectionGroup name="authentication">
    <section name="anonymousAuthentication" overrideModeDefault="Deny" />
    <section name="basicAuthentication" overrideModeDefault="Deny" />
    <section name="clientCertificateMappingAuthentication"


    overrideModeDefault="Deny" />
    <section name="digestAuthentication" overrideModeDefault="Deny" />
    <section name="iisClientCertificateMappingAuthentication"


    overrideModeDefault="Deny" />
    <section name="windowsAuthentication" overrideModeDefault="Deny" />
    </sectionGroup>
    <section name="authorization" overrideModeDefault="Allow" />
    <section name="ipSecurity" overrideModeDefault="Deny" />
    <section name="dynamicIpSecurity" overrideModeDefault="Deny" />
    <section name="isapiCgiRestriction" allowDefinition="AppHostOnly"


    overrideModeDefault="Deny" />
    <section name="requestFiltering" overrideModeDefault="Allow" />
    </sectionGroup>
    <section name="serverRuntime" overrideModeDefault="Deny" />
    <section name="serverSideInclude" overrideModeDefault="Deny" />
    <section name="staticContent" overrideModeDefault="Allow" />
    <sectionGroup name="tracing">
    <section name="traceFailedRequests" overrideModeDefault="Allow" />
    <section name="traceProviderDefinitions" overrideModeDefault="Deny" />
    </sectionGroup>
    <section name="urlCompression" overrideModeDefault="Allow" />
    <section name="validation" overrideModeDefault="Allow" />
    <sectionGroup name="webdav">
    <section name="globalSettings" overrideModeDefault="Deny" />
    <section name="authoring" overrideModeDefault="Deny" />
    <section name="authoringRules" overrideModeDefault="Deny" />
    </sectionGroup>
    <section name="webSocket" overrideModeDefault="Deny" />
    </sectionGroup>
    <sectionGroup name="system.ftpServer">
    <section name="log" overrideModeDefault="Deny" allowDefinition="AppHostOnly"


    />
    <section name="firewallSupport" overrideModeDefault="Deny"


    allowDefinition="AppHostOnly" />
    <section name="caching" overrideModeDefault="Deny"


    allowDefinition="AppHostOnly" />
    <section name="providerDefinitions" overrideModeDefault="Deny" />
    <sectionGroup name="security">
    <section name="ipSecurity" overrideModeDefault="Deny" />
    <section name="requestFiltering" overrideModeDefault="Deny" />
    <section name="authorization" overrideModeDefault="Deny" />
    <section name="authentication" overrideModeDefault="Deny" />
    </sectionGroup>
    <section name="serverRuntime" overrideModeDefault="Deny"


    allowDefinition="AppHostOnly" />
    </sectionGroup>
    </configSections>


    <configProtectedData>
    <providers>
    <add name="IISWASOnlyRsaProvider" type="" description="Uses


    RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisWasKey"


    cspProviderName="" useMachineContainer="true" useOAEP="false" />
    <add name="AesProvider"


    type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an


    AES session key to encrypt and decrypt" keyContainerName="iisConfigurationKey"


    cspProviderName="" useOAEP="false" useMachineContainer="true"


    sessionKey="AQIAAA5mAAAApAAAnv+E2cwqqHmxEn6Hj3g2+GmKX


    +YKLuoENkuRXsuViNav1wYo/1Dfgf7muiUqAmWWORFTyK1f78hEf19xcDSc14hV/iY+Qs891aEEYUKy


    +O11btIp8iHAz+3OBAxhYpK0sl


    +/m2ZkvqZ7ozZbzVuILaydf7Z6nTzYxIlClsCfy4GGoPEMgWQYgre4Uc/0nVLR/U


    +aTc0my14SZAkZAFypnxAdnroS03kr9XGVZ0dU6V2P7fAvK3xqrIpV/WBy8hoR1mDiXdVfs0G0/W7S8azZ5RX2yZDC


    GvzX87PlHcdkInPdAmPOZSFQ0NmME3NFda7C0+xT3AV/qFabfQcgIuAOUg==" />
    <add name="IISWASOnlyAesProvider"


    type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an


    AES session key to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName=""


    useOAEP="false" useMachineContainer="true"


    sessionKey="AQIAAA5mAAAApAAAizlTZMOz1pVMm4I63m9XNviKEvv0bK25P/2/KwxR


    +Cmass/5ETdDy/ipFyh67HEdqx4e7d8C7PKC/DuEfmPJbp8IM1OFfwA4W1nsNo7rXBBaely8kWusFERk8tuPZ


    +WOpUanLHOfWaeC+iAcsWRH2pUzR4PxomEwhSDBmj/wtqtLqESg1liD4S3A+O3SAPVOOMyrKFeTMR69HMdQ0UOm


    +kkMUsU9Yk0yspcOG0Aizj8PKFZRgCCu1hWnq8QEEVC/CLZBt4ght/7f


    +Rly3hVF25bHUMO46Bic42kkpodW5rrT9t9N1f7gCfSDJ/KhEGsCYrHZRq4l3AAZnhnFaiLXSw==" />
    </providers>
    </configProtectedData>


    <system.applicationHost>


    <applicationPools>
    <add name="DefaultAppPool" />
    <applicationPoolDefaults managedRuntimeVersion="v4.0">
    <processModel identityType="ApplicationPoolIdentity"


    loadUserProfile="true" setProfileEnvironment="false" />
    </applicationPoolDefaults>
    </applicationPools>


    <!--


    The <customMetadata> section is used internally by the Admin Base Objects
    (ABO) Compatibility component. Please do not modify its content.


    -->
    <customMetadata />


    <!--


    The <listenerAdapters> section defines the protocols with which the
    Windows Process Activation Service (WAS) binds.


    -->
    <listenerAdapters>
    <add name="http" />
    </listenerAdapters>


    <log>
    <centralBinaryLogFile enabled="true" directory="%SystemDrive%\inetpub\logs


    \LogFiles" />
    <centralW3CLogFile enabled="true" directory="%SystemDrive%\inetpub\logs


    \LogFiles" />
    </log>


    <sites>
    <site name="Default Web Site" id="1">
    <application path="/">
    <virtualDirectory path="/" physicalPath="%SystemDrive%\inetpub


    \wwwroot" />
    </application>
    <bindings>
    <binding protocol="http" bindingInformation="*:80:" />
    </bindings>
    </site>
    <siteDefaults>
    <logFile logFormat="W3C" directory="%SystemDrive%\inetpub\logs\LogFiles"


    />
    <traceFailedRequestsLogging directory="%SystemDrive%\inetpub\logs


    \FailedReqLogFiles" />
    </siteDefaults>
    <applicationDefaults applicationPool="DefaultAppPool" />
    <virtualDirectoryDefaults allowSubDirConfig="true" />
    </sites>


    <webLimits />


    </system.applicationHost>


    <system.webServer>


    <asp />


    <caching enabled="true" enableKernelCache="true">
    </caching>


    <cgi />


    <defaultDocument />


    <directoryBrowse />


    <fastCgi />


    <!--


    The <globalModules> section defines all native-code modules.
    To enable a module, specify it in the <modules> section.


    -->
    <globalModules>
    <add name="UriCacheModule" image="%windir%\System32\inetsrv\cachuri.dll" />
    <add name="FileCacheModule" image="%windir%\System32\inetsrv\cachfile.dll" />
    <add name="TokenCacheModule" image="%windir%\System32\inetsrv\cachtokn.dll" />
    <add name="HttpCacheModule" image="%windir%\System32\inetsrv\cachhttp.dll" />
    <add name="ProtocolSupportModule" image="%windir%\System32\inetsrv


    \protsup.dll" />
    <add name="AnonymousAuthenticationModule" image="%windir%\System32\inetsrv


    \authanon.dll" />
    <add name="RequestFilteringModule" image="%windir%\System32\inetsrv


    \modrqflt.dll" />
    <add name="ManagedEngineV4.0_32bit" image="%windir%\Microsoft.NET\Framework


    \v4.0.30319\webengine4.dll" preCondition="integratedMode,runtimeVersionv4.0,bitness32" />
    <add name="ConfigurationValidationModule" image="%windir%\System32\inetsrv


    \validcfg.dll" />
    <add name="ManagedEngineV4.0_64bit" image="%windir%\Microsoft.NET


    \Framework64\v4.0.30319\webengine4.dll"


    preCondition="integratedMode,runtimeVersionv4.0,bitness64" />
    </globalModules>


    <handlers accessPolicy="Read, Script">
    <add name="rules-64-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv2.0,bitness64" />
    <add name="rules-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv2.0,bitness32" />
    <add name="rules-Integrated" path="*.rules" verb="*"


    type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0,


    Culture=neutral, PublicKeyToken=b77a5c561934e089"


    preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="xoml-64-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv2.0,bitness64" />
    <add name="xoml-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv2.0,bitness32" />
    <add name="xoml-Integrated" path="*.xoml" verb="*"


    type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0,


    Culture=neutral, PublicKeyToken=b77a5c561934e089"


    preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="svc-ISAPI-2.0-64" path="*.svc" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv2.0,bitness64" />
    <add name="svc-ISAPI-2.0" path="*.svc" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv2.0,bitness32" />
    <add name="svc-Integrated" path="*.svc" verb="*"


    type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0,


    Culture=neutral, PublicKeyToken=b77a5c561934e089"


    preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="xamlx-ISAPI-4.0_64bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG"


    modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET


    \Framework64\v4.0.30319\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv4.0,bitness64" />
    <add name="xamlx-ISAPI-4.0_32bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG"


    modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework


    \v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
    <add name="xamlx-Integrated-4.0" path="*.xamlx" verb="GET,HEAD,POST,DEBUG"


    type="System.Xaml.Hosting.XamlHttpHandlerFactory, System.Xaml.Hosting, Version=4.0.0.0,


    Culture=neutral, PublicKeyToken=31bf3856ad364e35"


    preCondition="integratedMode,runtimeVersionv4.0" />
    <add name="rules-ISAPI-4.0_64bit" path="*.rules" verb="*"


    modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET


    \Framework64\v4.0.30319\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv4.0,bitness64" />
    <add name="rules-ISAPI-4.0_32bit" path="*.rules" verb="*"


    modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework


    \v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
    <add name="rules-Integrated-4.0" path="*.rules" verb="*"


    type="System.ServiceModel.Activation.ServiceHttpHandlerFactory,


    System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral,


    PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
    <add name="xoml-ISAPI-4.0_64bit" path="*.xoml" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv4.0,bitness64" />
    <add name="xoml-ISAPI-4.0_32bit" path="*.xoml" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv4.0,bitness32" />
    <add name="xoml-Integrated-4.0" path="*.xoml" verb="*"


    type="System.ServiceModel.Activation.ServiceHttpHandlerFactory,


    System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral,


    PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
    <add name="svc-ISAPI-4.0_64bit" path="*.svc" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv4.0,bitness64" />
    <add name="svc-ISAPI-4.0_32bit" path="*.svc" verb="*" modules="IsapiModule"


    scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll"


    preCondition="classicMode,runtimeVersionv4.0,bitness32" />
    <add name="svc-Integrated-4.0" path="*.svc" verb="*"


    type="System.ServiceModel.Activation.ServiceHttpHandlerFactory,


    System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral,


    PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
    <add name="TRACEVerbHandler" path="*" verb="TRACE"


    modules="ProtocolSupportModule" requireAccess="None" />
    <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS"


    modules="ProtocolSupportModule" requireAccess="None" />
    </handlers>


    <httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed


    Files">
    <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" />
    </httpCompression>


    <httpErrors />


    <httpLogging />


    <httpProtocol>
    <customHeaders>
    <clear />
    </customHeaders>
    <redirectHeaders>
    <clear />
    </redirectHeaders>
    </httpProtocol>


    <httpRedirect />


    <httpTracing />


    <isapiFilters />


    <modules>
    <add name="HttpCacheModule" lockItem="true" />
    <add name="ProtocolSupportModule" lockItem="true" />
    <add name="AnonymousAuthenticationModule" lockItem="true" />
    <add name="RequestFilteringModule" lockItem="true" />
    <add name="ConfigurationValidationModule" lockItem="true" />
    <add name="ServiceModel-4.0"


    type="System.ServiceModel.Activation.ServiceHttpModule, System.ServiceModel.Activation,


    Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"


    preCondition="managedHandler,runtimeVersionv4.0" />
    <add name="ServiceModel" type="System.ServiceModel.Activation.HttpModule,


    System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"


    preCondition="managedHandler,runtimeVersionv2.0" />
    </modules>


    <odbcLogging />


    <security>


    <access sslFlags="None" />


    <applicationDependencies />


    <authentication>


    <anonymousAuthentication enabled="true" userName="IUSR" />


    <basicAuthentication />


    <clientCertificateMappingAuthentication />


    <digestAuthentication />


    <iisClientCertificateMappingAuthentication />


    <windowsAuthentication />


    </authentication>


    <authorization />


    <ipSecurity />


    <isapiCgiRestriction />


    <requestFiltering>
    <fileExtensions allowUnlisted="true" applyToWebDAV="true">
    <add fileExtension=".asax" allowed="false" />
    <add fileExtension=".ascx" allowed="false" />
    <add fileExtension=".master" allowed="false" />
    <add fileExtension=".skin" allowed="false" />
    <add fileExtension=".browser" allowed="false" />
    <add fileExtension=".sitemap" allowed="false" />
    <add fileExtension=".config" allowed="false" />
    <add fileExtension=".cs" allowed="false" />
    <add fileExtension=".csproj" allowed="false" />
    <add fileExtension=".vb" allowed="false" />
    <add fileExtension=".vbproj" allowed="false" />
    <add fileExtension=".webinfo" allowed="false" />
    <add fileExtension=".licx" allowed="false" />
    <add fileExtension=".resx" allowed="false" />
    <add fileExtension=".resources" allowed="false" />
    <add fileExtension=".mdb" allowed="false" />
    <add fileExtension=".vjsproj" allowed="false" />
    <add fileExtension=".java" allowed="false" />
    <add fileExtension=".jsl" allowed="false" />
    <add fileExtension=".ldb" allowed="false" />
    <add fileExtension=".dsdgm" allowed="false" />
    <add fileExtension=".ssdgm" allowed="false" />
    <add fileExtension=".lsad" allowed="false" />
    <add fileExtension=".ssmap" allowed="false" />
    <add fileExtension=".cd" allowed="false" />
    <add fileExtension=".dsprototype" allowed="false" />
    <add fileExtension=".lsaprototype" allowed="false" />
    <add fileExtension=".sdm" allowed="false" />
    <add fileExtension=".sdmDocument" allowed="false" />
    <add fileExtension=".mdf" allowed="false" />
    <add fileExtension=".ldf" allowed="false" />
    <add fileExtension=".ad" allowed="false" />
    <add fileExtension=".dd" allowed="false" />
    <add fileExtension=".ldd" allowed="false" />
    <add fileExtension=".sd" allowed="false" />
    <add fileExtension=".adprototype" allowed="false" />
    <add fileExtension=".lddprototype" allowed="false" />
    <add fileExtension=".exclude" allowed="false" />
    <add fileExtension=".refresh" allowed="false" />
    <add fileExtension=".compiled" allowed="false" />
    <add fileExtension=".msgx" allowed="false" />
    <add fileExtension=".vsdisco" allowed="false" />
    <add fileExtension=".rules" allowed="false" />
    </fileExtensions>
    <verbs allowUnlisted="true" applyToWebDAV="true" />
    <hiddenSegments applyToWebDAV="true">
    <add segment="web.config" />
    <add segment="bin" />
    <add segment="App_code" />
    <add segment="App_GlobalResources" />
    <add segment="App_LocalResources" />
    <add segment="App_WebReferences" />
    <add segment="App_Data" />
    <add segment="App_Browsers" />
    </hiddenSegments>
    </requestFiltering>


    </security>


    <serverRuntime />


    <serverSideInclude />


    <staticContent />


    <tracing>


    <traceFailedRequests />


    <traceProviderDefinitions />


    </tracing>


    <urlCompression />


    <validation />


    </system.webServer>


    </configuration>


    Can someone look at this config notepad and get me on the right track to resolve this?

    :)
     
    tazmo8448, Oct 30, 2015
    #1
  2. BONI_1765 Win User

    CORTANA error in Event Viewer

    If CORTANA isn't available in my Region (PH).

    Then why is it i'm having error showing in the event viewer?

    * Event Id 5973 - Activation of App Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI failed with error.

    A device attached to the system is not functioning.

    * Event Id 10001 - Unable to start DCOM Server: CortanaUI.AppXy7vb4pc2dr3kc93kfc509b1d0arkfb2x.mca

    (DistributedCOM) As Unavailable/Unavailable. The error: "31"

    Happened while starting the command:

    "C:\Windows\system32\BackgroundTaskHost.exeServerName:CortanaUI.AppXy7vb4pc2dr3kc93kfc509b1d0arkfb2x.mca"

    * Event Id 10010 - The server CortanaUI.AppXtpp90jhw9p0njjb85kvhxpppgrqfp117.mca did not register with DCOM

    within the required timeout.

    Event ID 9010 C:\inetpub\history (configHistory error) [​IMG]
     
    BONI_1765, Oct 30, 2015
    #2
  3. Errors Logged regularly

    The following errors get logged nearly every day:

    Type : 2 Error

    Event ID : 17204

    Source : MSSQL$SQLEXPRESS

    Description: FCB::Open failed: Could not open file C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\People_Gifts_Data.mdf for file number 1. OS error: 2(The system cannot find the file specified.).

    Type : 2 Error

    Event ID : 3041

    Source : MSSQL$SQLEXPRESS

    Description: BACKUP failed to complete the command BACKUP DATABASE model. Check the backup application log for detailed messages.

    Type : 2 Error

    Event ID : 1000

    Source : Application Error

    Description: Faulting application name: backgroundTaskHost.exe, version: 10.0.10586.0, time stamp: 0x5632d899

    Faulting module name: Cortana.IntentExtraction.dll, version: 0.0.0.0, time stamp: 0x57491672

    Exception code: 0x80000003

    Fault offset: 0x000539df

    Faulting process id: 0x26b4

    Faulting application start time: 0x01d1d47d40ca55c4

    Faulting application path: C:\WINDOWS\system32\backgroundTaskHost.exe

    Faulting module path: C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\Cortana.IntentExtraction.dll

    Report Id: 7c718c35-1175-4208-a95d-2371cdd3ad2f

    Faulting package full name: Microsoft.Windows.Cortana_1.6.1.52_neutral_neutral_cw5n1h2txyewy

    Faulting package-relative application ID: CortanaUI

    Type : 2 Error

    Event ID : 1000

    Source : Application Error

    Description: Faulting application name: RuntimeBroker.exe, version: 10.0.10586.0, time stamp: 0x5632d76b

    Faulting module name: Windows.Internal.Shell.Broker.dll, version: 10.0.10586.420, time stamp: 0x574919cf

    Exception code: 0xc0000005

    Fault offset: 0x0004e973

    Faulting process id: 0x2138

    Faulting application start time: 0x01d1d5f62d777ffc

    Faulting application path: C:\Windows\System32\RuntimeBroker.exe

    Faulting module path: C:\WINDOWS\system32\Windows.Internal.Shell.Broker.dll

    Report Id: 3c7b74bb-8c88-4969-8c90-69a190cf07dc

    Regarding the first error, there are no references that I could find to a database named People_Gifts_Data. Nothing in the filesystem, registry,Scheduled Tasks...

    sfc /scannow shows no errors, scandisk - no errors
     
    Devon Nullman, Oct 30, 2015
    #3
Thema:

Event ID 9010 C:\inetpub\history (configHistory error)

Loading...
  1. Event ID 9010 C:\inetpub\history (configHistory error) - Similar Threads - Event 9010 inetpubhistory

  2. Error Event ID 2505

    in Windows 10 Gaming
    Error Event ID 2505: Hey folks,Long time windows user, first time caller.I just built a new gaming PC and upgraded from windows 10 to 11. After completing the build/fresh install, I tried to put the computer to sleep, but it immediately woke back up. I checked the event viewer and saw this: The...
  3. Event ID 28 error

    in Windows 10 Gaming
    Event ID 28 error: Anyone know what this error is related to? https://answers.microsoft.com/en-us/windows/forum/all/event-id-28-error/394885ca-8e3d-4780-b974-4afdaec8654c
  4. Event ID 28 error

    in Windows 10 Software and Apps
    Event ID 28 error: Anyone know what this error is related to? https://answers.microsoft.com/en-us/windows/forum/all/event-id-28-error/394885ca-8e3d-4780-b974-4afdaec8654c
  5. Error Event ID 1001

    in Windows 10 Gaming
    Error Event ID 1001: Hello,Recently I have been running into an issue and i cannot figure out what is the cause of it. Whenever I play certain games Fortnite & V Rising, the game will freeze and then i will have to manually kill the process to get back to my desktop. Initially I was getting the...
  6. Error Event ID 1001

    in Windows 10 Software and Apps
    Error Event ID 1001: Hello,Recently I have been running into an issue and i cannot figure out what is the cause of it. Whenever I play certain games Fortnite & V Rising, the game will freeze and then i will have to manually kill the process to get back to my desktop. Initially I was getting the...
  7. Event ID Error 1014

    in Windows 10 Support
    Event ID Error 1014: Keep getting a lot of these (Win10 Pro 1909) and all the answers googling around are ages old. ex: Check your %SystemRoot%\system32\drivers\etc\ directory for a "hosts" file, if it doesn't exists create it and add 127.0.0.1 localhost to the file then save. If you do have the...
  8. Event ID 1 warning & Event ID 2 error

    in Windows 10 Performance & Maintenance
    Event ID 1 warning & Event ID 2 error: Hello, After Fall Creators update I'm seeing 1 error and 1 warning in the Event Viewer which I'm not able to resolve. Event ID 1 The backing-file for the real-time session "DefenderApiLogger" has reached its maximum size. As a result, new events will not be logged to...
  9. Event ID 10016

    in Windows 10 Performance & Maintenance
    Event ID 10016: Here is a previous thread about it: Windows 10 Event ID 10010 and 10016 Errors With DistributedCOM - Windows 10 Forums I did run Regedit (as an admin) and did go to that entry in HKEY and did try to change permissions, but I get access denied. What to do now? 100s...
  10. Event id 10016

    in Windows 10 Support
    Event id 10016: I, like many other Win10 users, am getting a lot of DCOM Eventid 10016 events logged. I've seen a number of explanations (which I haven't understood) and several solutions. However, I have not seen a clear description of what requests are failing and what the result of the...

Users found this page by searching for:

  1. error event id 9010

    ,
  2. event log 9010

    ,
  3. the requred attribute Type is missingsection name=applicationPools allowDefinition=AppHostOnly overrideModeDefault=Deny />

    ,
  4. event id 9010 iis-apphostsvc