Internet Information Server (IIS) versions 3 and 4 are capable of generating Visual Studio Analyzer events. You can use these events to trace requests for Web-based applications and to correlate HTTP Get and Post calls.
Other Microsoft-supplied technologies are also capable of generating Visual Studio Analyzer events; see Microsoft Components That Generate Visual Studio Analyzer Events for a complete list.
You must configure IIS before you can view Visual Studio Analyzer events from it. How you configure IIS depends on the release you have. If you have a release of IIS prior to IIS 4, follow the procedure in "To configure releases of IIS prior to version 4." If you have IIS 4, follow the procedure in "To configure IIS version 4."
To configure releases of IIS prior to version 4
Program Files\Microsoft Visual Studio\Common\Tools\VS-98Ent\Vanalyzr\Vahtp.dll
To configure IIS version 4
Program Files\Microsoft Visual Studio\Common\Tools\VS-98Ent\Vanalyzr\Vahtp.dll
Visual Studio Analyzer Events Generated by IIS
Event | Description |
HTTP Get | Indicates that an HTTP Get call occurred. |
HTTP Post | Indicates that an HTTP Post call occurred. |