Hi,
I have a site that invokes the Ruby ton_upload script via C# .NET managed code which is fine during development, when deployed however I receive a strange error:
Your ~/.twurlrc could not be found. Please install and setup twurl then try again:
gem install twurl
twurl authorize --consumer-key key --consumer-secret secret
What is strange is Twurl has already been authorized on the target web server. Ruby and the respective dev kit naturally exist.
If I debug through the exact same code in Visual Studio, it executes successfully.
Any ideas?
Is there a .NET offering that provides the same functionality as the ton_upload script?
Thanks!