﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>get folder of a network share.</title><link>http://www.visualbasicscript.com/</link><description /><copyright>(c) VBScript Forum</copyright><ttl>30</ttl><item><title> RE: get folder of a network share. (mcds99)</title><description>  Now sense the IUSR_'Account' has access to that folder. &lt;br&gt;  &amp;nbsp; &lt;br&gt;  In a browser IE can \\computer\folder\folder and get to that folder. &lt;br&gt;  &amp;nbsp; &lt;br&gt;  Not secure. &lt;br&gt;   </description><link>http://www.visualbasicscript.com/fb.ashx?m=33913</link><pubDate>Tue, 25 Apr 2006 11:43:56 GMT</pubDate></item><item><title> RE: get folder of a network share. (Snipah)</title><description>  the FileSystemObject does allow both UNC and Drive Letter mapping. Your problem is probably a user privilege issue. You probably need to give the IUSR account privileges to the folder you want to work with.  &lt;br&gt;   &lt;br&gt;  By default the account used by IIS for anonymous access is IUSR_COMPUTERNAME. So if your computer is named "FRED", then the account would be IUSR_FRED. Right click the folder, select Security, and add the IUSR account. </description><link>http://www.visualbasicscript.com/fb.ashx?m=33107</link><pubDate>Wed, 05 Apr 2006 03:38:14 GMT</pubDate></item><item><title> get folder of a network share. (cykill)</title><description>  I have an asp page on a local webserver.&amp;nbsp; this page is suppose to go to a network share to get the folders but its not working.&amp;nbsp; it says  &lt;br&gt;   &lt;font face="arial"&gt;&lt;font size="2"&gt; &lt;br&gt;   Microsoft VBScript runtime &lt;/font&gt;&lt;/font&gt; &lt;font face="arial"&gt;&lt;font size="2"&gt;error '800a004c'&lt;/font&gt;&lt;/font&gt;  &lt;br&gt;    &lt;font face="arial"&gt;&lt;font size="2"&gt;Path not found &lt;br&gt;    &lt;br&gt;   &lt;/font&gt;&lt;/font&gt;  &lt;br&gt;     I have this. &lt;br&gt;   Set fs=Server.CreateObject("Scripting.FileSystemObject") &lt;br&gt;   Set d_office=fs.GetFolder("\\smurf\temp\cb\page") &lt;br&gt;    &lt;br&gt;   the asp page works if its in the same network share. but&amp;nbsp; i would like to put this asp page in the local machine.&amp;nbsp; Any method?&amp;nbsp; Thanks. </description><link>http://www.visualbasicscript.com/fb.ashx?m=33089</link><pubDate>Tue, 04 Apr 2006 17:39:34 GMT</pubDate></item></channel></rss>
