Windows Service not working on Development server

201 views Asked by At

I have a windows service, which basically do the optimization of the image, once a day, below are the steps it performs for the optimization:

1. Copies original files to backup folder.

2. Now optimizes image and moves it to the Temp Folder.

3. Now overrides the actual files with the optimized version from Temp folder to original folder.

4. Then deletes the Temp Folder.

Below is my approach:

1. Initiates process class and access command prompt .exe file

2. inputs jpeg .exe and it's argument.

This concept works on my local machine with windows service, however when i do the same on server, it does not do anything. Can anyone guide to the right path on this.

0

There are 0 answers