I am using .Net 2.0 + SQL Server 2005 Enterprise + VSTS 2008 + C# + ADO.Net to develop ASP.Net Web application.
My question is, if I am using Asynchronous Proc
Contradictory to what the accepted answer says, it actually has an impact on performance.
Atleast: according to the msdn documentation. In practice however I wasn't able to see any difference in a SQL 2005 Express scenario with .Net 3.5 SP1.
Since MSDN docs warns about this I thought it should be interesting for future reference.