Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > inetserver iis > february 2005 >

inetserver iis : IIS not listing subfoldes, Netapp (?!)


ammar_fake NO[at]SPAM vip.hr
2/21/2005 1:13:33 AM
Hi!
I have this strange issue...
My ASP page needs to list the content of specific Netapp folder; the
code is very simple:

set fso = createobject("scripting.filesystemobject")
set folder = fso.GetFolder("\\io\Projekte")
for each fldr in folder.subfolders
wscript.echo "<li>" & fldr.name
next
set fso = nothing

If I execute the code on w2k server everything works fine. If I
execute the code as a WSH/VBS script everything works fine, even on
the windows 2003 server.
But - when I execute the code as ASP code running on windows 2003
server I only get some folders listed. I've checked the permissions
and everything seems to be OK and all folders have same permissions
and there is nothing that distincts folder being shown from one
ermaining unvisible. Kerberos authentication is the only thing that
slips my mind, but I'm rather stuck with this one.
Any ideas?
TIA,
boatgeek
2/28/2005 9:11:33 AM
I would check the netapp system folder \\devicename\c$\etc\messages and
also the audit log under the log directory also off of etc. If your
being denied permissions, it should appear there. If you don't see
anything, then enable CIFS logging. options cifs.trace_login on.

Also check out this article on Now site

http://now.netapp.com/Knowledgebase/solutionarea.asp?id=ntapcs13377
AddThis Social Bookmark Button