Tips for Defining .NET Service Endpoints
- For ASP.NET service endpoints, you can use the URL to define the service endpoint. For example, in the Travel Site tier above, set a URL match to "
/Travel/Search
" - For WCF and ASP.NET web service entry points, you can use an existing transaction snapshot to find the URL for the service.
- For POCO service endpoints, define POCO service endpoints exactly as you would a POCO custom match rule for a business transaction.T he service name element shows the service name.