1

我正在使用 Windows Azure 虚拟机并安装了 IIS 媒体服务。我正在这个虚拟机发布点上使用 Expression Encoder 进行编码。

这会在C:\Windows\System32\LogFiles\HTTPERR下创建太多错误日志文件。这增加了驱动器的大小。我必须手动删除这些文件。

我想停止创建这些日志文件。

这是我尝试过的:

帮助链接

我在命令提示符下运行以下命令:

CD C:\Windows\System32\inetsrv

appcmd.exe set config "Default Web Site" -section:system.webServer/httpLogging /dontLog:"True" /commit:apphost

结果:

C:\Windows\System32\inetsrv>appcmd.exe set config "Default Web Site" -section:sy
stem.webServer/httpLogging /dontLog:"True" /commit:apphost
Applied configuration changes to section "system.webServer/httpLogging" for "MAC
HINE/WEBROOT/APPHOST/Default Web Site" at configuration commit path "MACHINE/WEB
ROOT/APPHOST"

http 错误文件中的示例文本 [文件大小为1 MB ]:

#Software: Microsoft HTTP API 2.0
#Version: 1.0
#Date: 2013-07-09 11:35:50
#Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-uri sc-status s-siteid s-reason s-queuename
2013-07-09 11:35:50 168.62.194.141 57005 10.146.242.42 80 HTTP/1.1 POST /PP/TEST.isml/Streams(Encoder1) - 1 Request_Cancelled ASP.NET+v4.0
2013-07-09 11:35:50 168.62.194.141 57007 10.146.242.42 80 HTTP/1.1 POST /PP/TEST.isml/Streams(Encoder1) - 1 Request_Cancelled ASP.NET+v4.0
2013-07-09 11:35:50 168.62.194.141 56033 10.146.242.42 80 HTTP/1.1 POST /PP/TEST.isml/Streams(Encoder1) - 1 Request_Cancelled ASP.NET+v4.0
4

1 回答 1

1

我还没有看到那个命令......所以我不知道这是否可行......但这应该可行......

http://support.microsoft.com/?id=820729

于 2013-07-09T14:18:26.120 回答