Hello
This is my file. Pay attention to the rest api key everything according to the instructions
but after restarting the service I get an error when call the resulting test URL
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Help me figure out what's wrong?
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" />
</startup>
<appSettings>
<clear />
<add key="NmeaPort" value="XXXXX" />
<add key="UdpNmeaPort" value="XXXXX" />
<add key="StarsNavUdpPort" value="XXXX" />
<add key="StarsNavTcpPort" value="XXXX" />
<add key="GlobalSatTcpPort" value="XXXX" />
<add key="SmartPipeUdpPort" value="XXXXX" />
<add key="SmartPipeTcpPort" value="XXXXX" />
<add key="DatabaseType" value="XXX" />
[color=#FFFF00] <add key="REST_URL_PATH" value="comUkrFleet" />[/color]
</appSettings>
<connectionStrings>
<clear />
<add name="ConnStr" connectionString="Dsn=GpsGateServer" />
</connectionStrings>
<runtime>
<gcConcurrent enabled="true" />
<gcServer enabled="true" />
</runtime>
</configuration>