# ReportWatcher Service Configuration

This section provides steps for configuring the report service.

## Requirements <a href="#requirements" id="requirements"></a>

The *ReportWatcher* service is a WCF service that depends on the full .NET 4.6.1 and above.

The main distribution package contains tree elements:

1. A `bin` directory with the required assemblies
2. A `ReportService.svc` file with the service definition
3. A `Web.config` with configuration for the web service.

This service could be installed in IIS or IIS express as with other WCF services.

For debugging purposes just run the `ReportWatcher.sln` solution and Visual Studio is going to publish the service in IIS Express. The default URL is `http://localhost:5011/ReportService.svc` .

## Configuring the modernized application to use the service <a href="#configuring-the-modernized-application-to-use-the-service" id="configuring-the-modernized-application-to-use-the-service"></a>

When running the modernized application the `reportService` configuration setting specifies the URL for the report service.

The setting could be specified in the command line as follows:

```
dotnet run --reportService=
```

## Configuration using IIS <a href="#configuration-using-iis" id="configuration-using-iis"></a>

*TODO*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gapvelocity.ai/webmap/powerbuilder-to-.net/reports/reportwatcher-service-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
