How can i modify remote machine input.properties file from web page in C#.Net
Posted
by
picnic4u
on Stack Overflow
See other posts from Stack Overflow
or by picnic4u
Published on 2012-09-03T13:37:20Z
Indexed on
2012/09/03
15:38 UTC
Read the original article
Hit count: 122
c#
i have build script in remote machine.but i want to start the build from my local machine.so for this i need to update the input.properties file in remote machine and then run the batch file to start the build process. For this i have created one web page
so how can i modify the remote input.properties file and run the batch file in C#. please give me some suggestion for this. thanks in advance...
© Stack Overflow or respective owner