B
B. Chernick
I wrote one Windows Service app under dot net 1.1 about 5 years ago, as part
of my web services cert. I've just been told to write a Windows Service
program in VB, Dot Net 2.0. (Business as usual So refresh my memory:
1. The installutil program is the only way to install a windows service?
2. It will probably be necessary to make it possible for a non-programmer to
change a few settings. So far as I know, what I'll probably have to do is
write a separate windows app to edit whatever sort of config file is used.
If there's a better way to do this, please let me know.
3. To the best of my knowledge, this service is intended to monitor a
directory and ftp any xml file that shows up to another computer. I have
never done anything like this either, (I have never done anything with FTP
in a Microsoft environment) although the code I've looked at seems simple
enough. If there are any examples out there that do approximately that,
please point them out.
Thanks.
of my web services cert. I've just been told to write a Windows Service
program in VB, Dot Net 2.0. (Business as usual So refresh my memory:
1. The installutil program is the only way to install a windows service?
2. It will probably be necessary to make it possible for a non-programmer to
change a few settings. So far as I know, what I'll probably have to do is
write a separate windows app to edit whatever sort of config file is used.
If there's a better way to do this, please let me know.
3. To the best of my knowledge, this service is intended to monitor a
directory and ftp any xml file that shows up to another computer. I have
never done anything like this either, (I have never done anything with FTP
in a Microsoft environment) although the code I've looked at seems simple
enough. If there are any examples out there that do approximately that,
please point them out.
Thanks.