【多选题】You are creating an ASP.NET web application that hosts several Windows Communication Foundation (WCF) services. The services have ASP.NET Compatibility Mode enabled. Users authenticate with the Web ap...
A.
In the system web. Extensions scripting/webServices/authenticationService element, set the enabled attribute to true.
B.
In the system web. Extensions scripting/webServices/profileService element, set the enabled attribute to true.
C.
Add a service endpoint with basicHttpBinding for the contract System.Web.ApplicationServices.AuthenticationService.
D.
Add a custom service behavior named AuthenticationService Type Behaviors with a service AuthenticationManager element that has service AuthenticationManagerType set to System.Web.Security.SQL Membership Provider