Hi guys. I'm recently want to develop an application for my company. I've checked the Silverlight 4.0 and WCF RIA Services. Its really amazing and I got tempted to use these services for our application. But I have a couple of questions:
- Is there any ways to prevent unauthorized users not to be able to connect to the service and enumerate its classes, methods or properties?
- How to make sure that just our client software whether it is Silverlight, WPF or Win Forms can connect to the server and not a third party app?
- Does WCF RIA Services support for NetTcp bindings for intranets?
BTW: Our application will be used globally just by the company employees and must not be available to the unauthorized users.
Thanks