I am trying to override the default SqlConnection timeout of 15 seconds and am getting an error saying that the
SqlConnection
property or indexer cann
You could always add it to your Connection String:
connect timeout=180;