I've used below link to create demo application to store files into database server as FILESTREAM, but in this scenario Web server and database server are on same machine. This is working as expected in local machine. https://dba-presents.com/index.php/component/content/article?id=59:introduction-to-filestream
But, I want to store files into Database server as FILESTREAM while I am uploading from MVC application, Where my database server and Web server are on different machine. Please suggest how can I achieve this.