Silverlight Wcf method receives the exception even after the WCF service executed successfully -


About my application:

The application is built in silver light. It uploads the file to the server and reads all the records from the file and confirms it and inserts it into the database table. The following problem occurs when I run an application in IIS and upload a large file containing 50,000 records.

When I host an application in IIS and browse the application with machine name, WCF service also gives error after the service is executed successfully. By putting all the data in the database table, the WCF service Successfully gives returns, but when it comes to silver illumination, it shows an exception.

But when I "hostel"

the application is hosted using IIS 5 and set Windows authentication.

increase WCF binding timeout (sendTimeout)

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

c# - Confused over DLL entry points (entry point not found exception) -