ok now i found out that i have got MSXML3 and MSXML4 both installed on my PC and there is no way seems to get rid of MSXML3..also MSXLML3 is being the default one to be used..
the application wont work as the property is not supported with MSXML3
how can i force an application to use MSXML4..there must be someway to do it when u create the object using server.createobject..
eg:
Server.CreateObject("MSXML2.ServerXMLHTTP") - call MS XML parser Version2
Server.CreateObject("Microsoft.XMLHTTP") - call the default MS XML parser..
Edited by the boss