Forum Moderators: open
response.write("<ul>")
for each oFile in oFolder.Files
response.write("<li>" + oFile.Name + " - " + oFile.DateCreated + "</li>")
next
response.write("</ul>")
%>
i am trying to execute the code but ie does not replys any thing to this in the status it shows searching site for some time and it displays done
in the staus i can able to find the websitefound and waiting for reply
after some time satus becomes done
but it displays page cannot be found
i have checked with my iis i don't have any problem + only this fso file is not working all other asp pages are working fine