Would it be better to make some sort of internal Webserver and do it all over HTTP or to make the app to read remote files ? .. can’t explain it better than this right now.
Got any good link’s about this, please post 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As michalczerwinski said, it’s better to use some kind of network-based interface.
If you don’t want to use IIS, you can make self-hosted application with WCF service:
http://msdn.microsoft.com/en-us/library/ms731758.aspx