This command requires an asynchronous connection Set Asynchronous Processing3dtrue in the connection string

This command requires an asynchronous connection Set Asynchronous Processing3dtrue in the connection string  This command requires an asynchronous connection. Set "Asynchronous Processing=true" in the connection string.

When you are calling the ADO.net asynchronously, you need to modify the connection string
by adding Asynchronous Processing=true

e.g.

connectionString = "Asynchronous Processing=true;server=192.168.1.1;database=test;user=user;password=password"

To know more about asynchronous pages, asynchronous Http Handler and Asynchronous Http Module
follow below link.

URL
http://msdn.microsoft.com/en-us/magazine/cc163463.aspx

Currently rated 2.4 by 7 people

  • Currently 2.428571/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5