How to implement WCF service (intead of the obsolete ASMX Web Method)

daowdos
296
Reputation points
Hi,
I have a C# project with business logic layer (BLL DAL).
I want to connect the SQL database with WCF service instead of ASMX Web Method
Runnig the function's results from the DAL and BLL projects must be displayed in the browser.
I searched information about it but could find how to do WCF service instead of with ASMX.
( I didn't find any project to add with WCF only WPF!! )
Can anyone help me with how to implement WCF in the project ?
Sign in to answer