Hi.
I'm moving an intranet based application from a Windows 2000 server (A) with IIS5 to a newer Windows 2003 server (B) with IIS6. When opening the application (located on B) with a Windows XP SP2 computer, Internet Explorer blocks an ActiveX-object on a crucial page claiming it contains unsafe code.
I've located the code line causing the problem by commenting out lines in the .js file, and have determined the culprit to be a Tabular Data Control. The actual line is the one below, where sfilter = "colkey=00".
The code works on B with Windows 2000 SP4 computer, and A with both OSes.
I've compared the setup in IIS5 with IIS6 without finding any differences, but I may have overlooked something.
Since the application is on a company intranet with strict policies, it is not an option to change the security settings in IE.
All help is greatly appreciated as the transition to the new server is only days away...
Palsam
I'm moving an intranet based application from a Windows 2000 server (A) with IIS5 to a newer Windows 2003 server (B) with IIS6. When opening the application (located on B) with a Windows XP SP2 computer, Internet Explorer blocks an ActiveX-object on a crucial page claiming it contains unsafe code.
I've located the code line causing the problem by commenting out lines in the .js file, and have determined the culprit to be a Tabular Data Control. The actual line is the one below, where sfilter = "colkey=00".
Code:
tableTDC.filter=sfilter;
I've compared the setup in IIS5 with IIS6 without finding any differences, but I may have overlooked something.
Since the application is on a company intranet with strict policies, it is not an option to change the security settings in IE.
All help is greatly appreciated as the transition to the new server is only days away...
Palsam