SQL Server execute command Timeout exception after 30 sec

Now i try to execute select statement from Winform to get large amount of rows from SQL Server DB it take 60 sec then retrieved data successfully. as on another environment i've timeout exception after 30 sec.


I don't use Command.CommandTimeout in query; Is there is SQL Configuration or Network Configuration problem ?!