
September 16th, 2009, 12:34 PM
|
|
|
|
How Upgrade IIS 6.0's jscript version
Hi IISers ---
Im trying to run some IIS 6.0 server side asp javascript/jscript code that requires a call to the 'generic:function'. [i.e. code is specifically----> generic:function( obj, key, value ) ]
Currently I have a IIS Server Side jscript version of: 5.6.8832
---------------------
couple of questions based on that info:
1. will upgrading my jscript version from 5.6 to 5.7 or 5.8 allow me to call that generics function successfully?
2. If so, how do I upgrade IIS to those versions w/o having to install IE 7.0 or 8.0? (im using IE 6.0 for testing of asp pages and want to stay with it)
EDIT: this is all on an x64 computer, so there is no MS download for jscript 5.7 or 5.8 upgrades for x64 OSes.
Tnx
Dave
Last edited by Dave M : September 16th, 2009 at 06:33 PM.
Reason: added addn'l info about x64
|