I have created a Windows service application in C# that utilizes a FileSystemWatch er object to monitor changes to files in a directory specified in a configuration file. This service is being hosted on a Win2K3 server. The folder to be monitored is specified using a UNC path to a named share on a different Win2K3 server. The service is configured to run using a domain account that was created specifically for this service to run under.
...
Search Result
Collapse
4 results in 0.0029 seconds.
Keywords
Members
Tags
-
C# Windows Service -- How to Configure Security
-
Windows asks users to enter password for network resources
Just set up a server running Windows home server, ~10 computers attached. There are folders on the server everyone accesses as well as printers shared on individual computers. I set up two accounts on WHS one for Admin, one for Employee (I know your supposed to set up one for each computer with the same username/password but that is kind of stupid) and that is the password you enter to access the network folders and printers.
Problem... -
create a personal url for my users
I'm creating user profiles.
Im trying to find out how to create a personal page.
for example domain.com/myprofile
I am familiar with PHP and MySQL.
Any input would be greatly appreciated. If you guide me in the right direction I ll find out the rest. -
Schedule Task - Interactive and Specific Account
My server is running Windows 2000 (All latest SPs & updates) and I need to start a job in the early hours with a specific network account and in interactive mode.
I have been using the AT command for many years now to schedule jobs when required. One of the restrictions of this interface is that there is no way to specify a user account for a particular job. I looked at the Job Scheduling command (Scheduled Tasks) and, while...