DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp uses a WCF service to connect to a MS SQL Server 2008 database
PassGuideDB.
This service is hosted on a IIS 6.0 server.
To authenticate users PassGuideApp must use user information that is stored in
PassGuideDB.
How can this be achieved?
I think Action #1 is correct, but disagree with Action #2
See this link for Action #1:
http://technet.microsoft.com/en-us/library/cc772009%28v=ws.10%29.aspx
Here’s what I think Action #2 should be:
Configurre WCF…
…to use a Microsoft ASP.NET membership provider.
I did some googling, and didn’t find any mention of using membership provider with Data Services, but plenty of cases with WCF. Also, the question itself states it uses WCF to connect to the SQL server.
See this link for Action #2:
http://msdn.microsoft.com/en-us/library/ms731049%28v=vs.110%29.aspx
This one is made from question #147 from the other set, so I think, the answer is correct.
You may be right. I guess the answer is correct then.