Click here to Skip to main content
15,909,091 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a application in ASP.NET in which, a dataset getting populated in 5 minutes on my local machine ,But this same dataset is not getting populated on the server it takes time.

We are using ASP.NET with sql server2005.

Thanks in advance
Posted
Updated 23-Jun-11 22:46pm
v2

There lot of another processes are running on server which may cause of delay.

1. Is your SQL database is same for local machine connection and server
connection
2. May your W3WP process takes higher memory
3. SQL is busy.
4. Check your server task manager and find which process takes higher memory
 
Share this answer
 
Comments
thatraja 24-Jun-11 5:06am    
Possible cases, 5!
Check the web.config is your path for dbconnection is ok.
 
Share this answer
 
Hi All,

Yes all the connections are proper, problem starts with the large data i.e. 500rows.
 
Share this answer
 
what about data
is that is large one or not
getproductprice.com
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900