IIS 7 HTTP错误日志文件

时间:2013-07-09 12:37:33

标签: iis-7 http-error

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

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

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

以下是我的尝试:

Help link

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

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

1 个答案:

答案 0 :(得分:1)

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

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