c# - Windows Service not working on Development server -


i have windows service, optimization of image, once day, below steps performs optimization:

1. copies original files backup folder.

2. optimizes image , moves temp folder.

3. overrides actual files optimized version temp folder original folder.

4. deletes temp folder.

below approach:

1. initiates process class , access command prompt .exe file

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

this concept works on local machine windows service, when same on server, not anything. can guide right path on this.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -