Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
VB.NET
Windows Services
Creating a system to control settings of the service?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Paszt" data-source="post: 1429" data-attributes="member: 56"><p>I believe the way this is usually done is to have a seperate executable responsible for setting the configuration settings. For instance, you could create a Winform app that displays and allows the user to modify the configuration settings. That app would save these settings to a dataStore (text file, XML file, dataBase, ...), then your service would read that config file. If changes to important settings are made, the Winform app could restart the service.</p></blockquote><p></p>
[QUOTE="Paszt, post: 1429, member: 56"] I believe the way this is usually done is to have a seperate executable responsible for setting the configuration settings. For instance, you could create a Winform app that displays and allows the user to modify the configuration settings. That app would save these settings to a dataStore (text file, XML file, dataBase, ...), then your service would read that config file. If changes to important settings are made, the Winform app could restart the service. [/QUOTE]
Insert quotes…
Verification
Post reply
Home
Forums
VB.NET
Windows Services
Creating a system to control settings of the service?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom