AJAX accessible long running service tasks blocking sub-sequent AJAX service requests in an ASP.NET Compatibility/Sessions enabled environment
I’m having a problem described and solved at the following link
I’m having a problem described and solved at the following link
I have been given a .wsdl file and .pfx from the provider.
I am trying to add a client for a WCF service that is net.tcp based. When I use “Add Service Reference” and provide this URL:net.tcp://localhost/service1.svc, it gives following error.
I currently have a WCF service that operates on a database. I’d like to be able to use JavaScript (specifically AngularJS) to call the service methods and display them in a webpage.