Skip to main content
Home Forums Silverlight Programming WCF RIA Services Best and secure architecture to publish Ria Services?
4 replies. Latest Post by kmacmahon on November 8, 2009.
(0)
zilverlicht
Member
0 points
2 Posts
09-24-2009 6:38 AM |
Hi, what is the best and secure architecture (without using SSL) to publish Ria Services for Silverlight on the internet? Normally I would put my db server internally behind a proxy server and my web services in a DMZ, but using the LinqToEntitiesDomainService the web server needs direct connection to the db server. Is it a good solution to put the Ria Services internally and use a reverse proxy form the Silverlight client to the services? Do I need to set up the Ria Services differently then? I read Brad's post, but I don't want to add an additional WCF tier. Thanks!
ColinBlair
Contributor
6701 points
1,318 Posts
09-24-2009 10:52 AM |
I am not a security specialist, but that sounds like a good plan to me.
09-28-2009 4:19 AM |
Thanks Colin! Will check further with security specialist.
jelster
13 points
26 Posts
11-03-2009 5:20 PM |
Hi.. What approach did you use? I have the same questions.
thanks
kmacmahon
14 points
4 Posts
11-08-2009 11:05 AM |
I will be interested in knowing what you find out too, as we have this same issue.