descrizione
La notifica dell'errore viene riportata nell'Application log dell'Event Viewer...
l'errore è segnalato nel modo seguente:
The Windows Server Update Services Server experienced an error while attempting to write to the log file. 1828.2187 System.UnauthorizedAccessException : Access to the path "C:\Program Files\Update Services\LogFiles\SoftwareDistribution.log" is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Microsoft.UpdateServices.Internal.TraceLogger.OpenFile() at Microsoft.UpdateServices.Internal.TraceLogger.WriteLine (String message)
per risolvere questo problema è necessario aggiungere l'utente ASP.NET con diritti di modifica sul folder C:\Program Files\Update Services\LogFiles.

