Skip to content

Commit 8082541

Browse files
authored
Merge pull request #5 from EliaSaSe/fix-doc-configuration-file-name
Doc: Replace App.config with WcfWuRemoteService.exe.config
2 parents f14a00f + 9729544 commit 8082541

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Requirements](#requirements)
1313
- [Installation](#installation)
1414
- [Agent](#agent)
15-
- [Configure App.config](#configure-appconfig)
15+
- [Configure WcfWuRemoteService.exe.config](#configure-wcfwuremoteserviceexeconfig)
1616
- [Configure Log.config](#configure-logconfig)
1717
- [Register service](#register-service)
1818
- [Least privileges](#least-privileges)
@@ -85,7 +85,7 @@ The agent is designed as long running process with a small footprint on the host
8585

8686
Unpack the zip and copy the content to the desired location. Before you start the agent or install it as service, you may want to configure the agent. The agent is operable with the default settings. For testing purposes, you can start the agent as console application by simply executing ``WcfWuRemoteService.exe``.
8787

88-
#### Configure App.config
88+
#### Configure WcfWuRemoteService.exe.config
8989

9090
There are only a few settings, that makes sense to be changed:
9191

WcfWuRemoteService/WcfWuRemoteService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</ItemGroup>
6060
<ItemGroup>
6161
<None Update="App.config">
62-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
62+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
6363
</None>
6464
<None Update="Log.config">
6565
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)