Hi,
I've an ASP.NET application uses access database. I added a new table into database. I filled a dropdownlist with data that selected from the new table. The application works on my local machine. But after I deployed the application on IIS there is no data in the dropdownlist. In a weird way the changes made to database didn't reflect to IIS. Is there any setting on IIS I should set to make IIS perceive the new table?
I've an ASP.NET application uses access database. I added a new table into database. I filled a dropdownlist with data that selected from the new table. The application works on my local machine. But after I deployed the application on IIS there is no data in the dropdownlist. In a weird way the changes made to database didn't reflect to IIS. Is there any setting on IIS I should set to make IIS perceive the new table?