わかった。これが私が実行しているものです:
- Intellitrace コレクター (powershell 2.0、VS 2012 以降)
- 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
提起されました) 。
あなたの時間と注意に感謝します。
乾杯。