The project was working great as a Web Application
when I moved it to IIS the User Control’s Repeater doesn’t work anymore
and it is disappeared from the site
It was working great before moving to IIS
in the code behind
We have FetchData
...
reapGallery.DataSource = pagedProducts;
reapGallery.DataBind();
because the repeater is empty it never will be shown
The problem should be the security issues between IIS and SQL , Adding users or so
Change paths to: