IIS - Blank log list in SMTP service
Content
Content
Found that was blank log list when going to set IIS SMTP service.
To solve it, re-registered these files.
Update
- Internet Information Service (IIS)
Content
Found that was blank log list when going to set IIS SMTP service.
To solve it, re-registered these files.
sc stop w3svc
regsvr32 %windir%\system32\inetsrv\iislog.dll
regsvr32 %windir%\system32\inetsrv\iscomlog.dll
regsvr32 %windir%\system32\inetsrv\logui.ocx
sc start w3svc
Update