i’ve created simple windows service which gets some xml information once in a hour. I want to have access to this xml information from a website. I know i should create WCF service for that but where do i host the WCF service same application as Windows Service or elsewhere?
If someone knows about blog post or tutorial how to make this work, i would be glad to know.
Thanks
Store your XML information in a database and have your website get it from there.