JaxView includes a stub for use in monitoring messages from .NET servers. The file JVNetExtension.dll can be installed on the ASP .NET server. When configured, this will intercept messages from the Web Service and forward copies to JaxView.
Use the following steps to install the JaxView agent stub on .NET servers.
To install the DLL on .NET servers:
<webServices>
<soapExtensionTypes>
<add type="JVNetExtension.NetExtension,JVNetExtension"
priority="1"
group="0"/>
</soapExtensionTypes>
</webServices>
<appSettings> <add key="hubbleURL" value="http://<JAXVIEW_SERVER>:9090"/> </appSettings>
<httpHandlers> <add verb="*" path="StubHandler.aspx" type="JVNetExtension.StubHandler, JVNetExtension" /> </httpHandlers>