/
Instellingen
Instellingen
De instellingen voor de Communication Service wordt ingesteld met het configuratiebestand "Carmen13.CommunicationServices.exe.config". Dit bestand bevind in de applicatiemap.
Dit is een XML bestand en moet als een XML bestand worden behandeld. Fouten in de opmaak laat de communicatie services niet meer starten of crashen.
In dit XML bestand is een sectie <appSettings>...</appSettings>. HIerin staan XML elementen <add />.
<configuration>
...
<appSettings>
<add key=".." value=".." />
...
</appSettings>
</configuration>
Indien het XML element <appSettings> niet is opgenomen, dan moet deze binnen het element <Configuration> worden geplaatst.
De volgende instellingen kunnen worden opgevoerd:
Key | Value | Omschrijving |
---|---|---|
VTRec.Playlist.LimitedDaysBeforeAfter | Numeriek getal 0 of hoger. Standaard: 7. | Voor VTRec. Haal voor opgegeven aantal dagen vanaf en tot vandaag de playlisten op voor VTRec. |
Voorbeeld:
<appSettings>
<add key="VTRec.Playlist.LimitedDaysBeforeAfter" value="14" />
</appSettings>
, multiple selections available,
Related content
Het applicatie configuratiebestand
Het applicatie configuratiebestand
More like this
Ander configuratiebestand gebruiken
Ander configuratiebestand gebruiken
More like this
Externe communicatie
Externe communicatie
More like this
Event: email
Event: email
More like this
Communication Service wil http-module niet opstarten
Communication Service wil http-module niet opstarten
More like this
Wijzigen van locaties voor bestanden
Wijzigen van locaties voor bestanden
More like this
(c) RTVSoftware