I’m looking at running a windows service, I can get that part running fine. the issue is where do I store the startup data. Things like server paths and user names, I was thinking the registry, however it is case insensitive. And to what I can gather currently the typical config file will not work. What and where is the best place to store this data.
Share
Windows services can have App.config files just as any other exe can.