Intellitrace:在计算机上找不到IIS

时间:2012-09-27 04:39:01

标签: iis-6 visual-studio-2012 intellitrace

行。 这是我正在运行的:

  • Intellitrace Collector(来自VS 2012的powershell 2.0)
  • 运行IIS 6的Windows Server 2003
  • 要跟踪的目标应用程序是Web服务(asmx,ASP.NET 2.0.50727)

这是我做过的事情&发生了什么:

cmdlet Start-IntelliTraceCollection at command pipeline position 1
Supply values for the following parameters:
OutputPath: logs
Start-IntelliTraceCollection : An error occurred during website instrumentation
: Internet Information Services could not be found on the machine.
At line:1 char:29
+ Start-IntelliTraceCollection <<<<  MyAppPool .\collection_plan.ASP.NE
T.trace.xml
    + CategoryInfo          : NotSpecified: (:) [Start-IntelliTraceCollection]
   , IISLegacyVersionException
    + FullyQualifiedErrorId : Microsoft.VisualStudio.Enterprise.WebInstrument.
   IISLegacyVersionException,Microsoft.VisualStudio.IntelliTrace.PowerShell.S
  tartIntelliTraceCollectionCommand

我尝试以管理员身份运行powershell - 它没有帮助(相同的错误消息)

我在这里错过了什么吗?

我提到的任何组件都不受支持吗?即:IIS的版本,Windows Server的版本?我怀疑不支持IIS版本(IISLegacyVersionException已被提出)

非常感谢您的时间+关注。

干杯。

1 个答案:

答案 0 :(得分:1)

This Microsoft page on collecting IntelliTrace data from IIS using the standalone collector使用VS2012提及

Internet信息服务(IIS)版本7.0,7.5和8.0

上托管的ASP.NET Web应用程序

作为一项要求,所以你是对的,不支持IIS6。