Blog Post

IIS Support Blog
1 MIN READ

IIS Manager shows Authorization warning when testing a Physical Path

Enamul_Khaleque's avatar
Nov 16, 2018
First published on MSDN on Mar 24, 2018
Time to time, customers ask us about this warning. This is a by-design "benign" warning simply telling us a verification has been deferred to runtime. This can be ignored in most cases.

If you select your Application pool in IIS Manager and choose the basic settings, you will see following window:



Now if you click on "Test Settings…", you may see a yellow icon next to Authorization section and a corresponding warning message as follows:



Here is the warning details: The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make sure that the application pool identity has Read access to the physical path. If this server is joined to a domain, and the application pool identity is NetworkService or LocalSystem, verify that <domain>\<computer_name>$ has Read access to the physical path. Then test these settings again.

This is just a warning, not Error. Path authorization couldn't be tested at configuration time, but it will be tested at runtime.
Updated Nov 16, 2018
Version 2.0

1 Comment

  • medaminebt's avatar
    medaminebt
    Copper Contributor

    Got the same problem using ( EC2 amazon ) widows server 2016 datacenter.
    I found the solution here , it may help you too , you can check this stack :
     https://stackoverflow.com/a/69825809/10216101