Hi,
I converted some command line program to some Azure Worker Role. Theses programs needs some parameters given by the user. At the moment I give these parameters at my worker role via the file app.config in Visual Studio. But when I will deliver theses program to my client, I do not want than they configure this via Visual Studio. So I would like to know if it is possible to configure my worker role without Visual Studio.
Thanks,
Simon