I'm developing a silverlight app which needs to create some files in the hosting server whenever there is an updatio开发者_JAVA百科n in the data. I googled for this scenario but as of now no luck...Pls advice on this approach.
Thanks,
Magz
You can create a web service that to serve as a bridge between the silverlight app and the hosting server.
精彩评论