Hello everyone,
We built a product with SC which was acquired by another company. Our partner insists on using Windows/IIS7 to host the project. I had the system completely bug free on Linux (lamp stack) with 0 problems. On IIS simple standard functions of SC don’t work. i.e. refreshing a grid from form iframe link does not work. Reports that start with search just refresh the search page and don’t execute the app. autocomplete fields don’t work. I had to manually program every exit cancel back button. When a form is linked to a grid in an iframe you have the form buttons show up in the grid to control the form. On IIS7 buttons show up in both places and I have to use macros to hide them on the form. No matter what I do there is an add new button on the grid and the form. I know very little about IIS since we are a pure Linux shop. We are trying to convince our partners to use Apache but until then we have mutual clients who can’t use certain parts of the system. Any suggestions? I know it shouldn’t be run on IIS in the first place but that’s not up to us.