Click here to Skip to main content
15,889,360 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Client javascript calls aspx.vb. VB code behind calls a WCF data contract that returns data from an SQL data base. That data is then serialized and inserted into a response.write() method.

It fails. No exceptions, no errors, nothing.

After the WCF HTTPS call, the response.isConnected property is getting set to 'false'. Making the HTTPS call to the WCF service is making the response.write lose it's connection to the client that called it.

Any ideas to get around this?

What I have tried:

I have taken the data returned from the WCF call, and pasted it as a string in the response.write("").

If I then comment out the WCF HTTPS call, it works fine.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900