windows authentication

Hello All,I m trying to migrate ASP to PHP but my windows autetication is not working.
also trayng on simple ASP also same error "Page cannot be displayed…server error…"I have Windows Server 2016 and locla instal MySQL 5.7 with my databases and views.
Windows server are Donain server and on the user table have “domain\user” as login that works fine with access.what is necessario to config Mysql or iis that work with windows authentication ?thanks

  1. You need to enable Windows Authentication in IIS, google “Windows Authentication IIS” for more information,
  2. See Tools → Advanced Settings → Authentication mode,
  3. Also see Server Events → User_CustomValidate if you need to validate in your custom way.