I am creating an ASP.NET web application that should communicate with the WCF web service. When I run the asp.net web application, that is, when I access it through a web browser, I get the following error:
Unrecognized attribute 'transactionFlow' in web.config . TransactionFlow indeed the basicHttpBinding attribute in my web.config.
Has anyone experienced the same issue? Or does anyone have an idea why this attribute is not recognized on the web server?
Thanks in advance!
source share