Dear Experts
I have a web page where i get data from Excel and display it on lisView Control , later i do some operation on database just to check that on particular date price is same or different i have strongly typed data set where i fill data with parameters , everything fine till local my visual studio development when i publish that code to our web server IIS 7 it reads some datatable adapters however one of that adapter is not filled and it gives null due to that whole page get no results from database because it is linked .
I have same database on development machine and web server nothing changes only one adapter fails to fetch data .
I tried to increase the connection string timeout on IIS but no results .
Need your help to resolve this issue i am not much expert in IIS configuration or deployment.