Hi,
I have an asp.net web application, that queries data from SQL Server via a stored procedure. The stored procedure works fine in query analyzer and returns the result in 0 seconds. When I call the same stored procedure from my asp.net then I keep getting an timeout error.
Anybody knows what is going on here?