my connection is:
Code:
<add name="AdNetConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=AdNet;Integrated Security=True" providerName="System.Data.SqlClient" />
the error is
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding
and I try to add the proberty
Code:
ConnectionTimeout=200
to my connection but this error occurred
The Connection Timeout attribute is not declared.
so please guide me to solve this problem.