Hey guys,
I've recently purchased a Cloud Windows Server (2012) for a commercial reason, and I am wondering if I will be able to do the following with just simple actions:
I have a C# project on VS2013, what I'm opting to do is take that project and set it on the server (with a compiler).
There will be a listener app in the background, checking if someone purchased something on the website, and this will save a text file containing a string (or more).
Now this is what I'm trying to do, am I able to make a program that will auto-compile the code with a different string (the string saved in the file) automatically? In other words, am I able to send a cmd-like command to compile my custom-edited code into a EXE?
After the EXE will be generated, it will reply back with an email giving him a link to download that EXE for the next 48 hours before it gets deleted. (seems easy to do)
I don't want raw code, I just want to know the method I can create such an automated system in C#.
Thanks in advance.
I've recently purchased a Cloud Windows Server (2012) for a commercial reason, and I am wondering if I will be able to do the following with just simple actions:
I have a C# project on VS2013, what I'm opting to do is take that project and set it on the server (with a compiler).
There will be a listener app in the background, checking if someone purchased something on the website, and this will save a text file containing a string (or more).
Now this is what I'm trying to do, am I able to make a program that will auto-compile the code with a different string (the string saved in the file) automatically? In other words, am I able to send a cmd-like command to compile my custom-edited code into a EXE?
After the EXE will be generated, it will reply back with an email giving him a link to download that EXE for the next 48 hours before it gets deleted. (seems easy to do)
I don't want raw code, I just want to know the method I can create such an automated system in C#.
Thanks in advance.