Hi,
I have a code snippet, like this:
<%
set xml = Server.CreateObject("Micro
soft.XMLDO
M")
xml.async = false
xml.load("
http://popit.inpoc.com/popit.inpoc.com/xml_pull.vsp?type=P&size=10")
set xsl = Server.CreateObject("Micro
soft.XMLDO
M")
xsl.async = false
xsl.load("
http://www.popit.no/html_new/html/sms/xml/ringtones.xsl"
)
Response.Write(xml.transfo
rmNode(xsl
))
Set objXML = Nothing
%>
It all works briliantly, up to apoint, when it stops working all together.
The asp pages just loads and loads, and nothing happens, until i reboot the server.
I use iis5
Start Free Trial