I have an XML file that I generate with C#. The file is great, however, I want (when the xml file is generated) to have it upload to a URL of my designation.
I am unfamiliar with web coding, and have been searching endlessly. This has to be possible!
Basically, what you’re saying, is that you want to upload a file (doesn’t matter if it’s xml or any other type of file) to a web server.
Usually, you upload files to web servers using FTP. Most of the shared web hostings support this protocol, and of course, if you have your own server- it’s really easy to setup and configure a FTP server.
There are many articles about using FTP from C# application. you can try this one or just google C# ftp.