Lỗi sau khi cài đặt web server IIS như sau
Solution: Sửa Deny thành Allow trong section modules của file C:\Windows\System32\inetsrv\config\applicationHost.config
1 2 |
<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny"/> //Sửa Deny thành Allow |