I have 2 servers.
1. Application Server - Microsoft Based (It contains all aspx, cs and other files)
2. Media Server - Linux Based (It contains the downloadable materials, like mp3, pdf, zip, mpge files)
Now I want to delete some files from Media Server using Asp.net web form on Application Server.
Can anyone tell me how to do this.