Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / April 2008

Tip: Looking for answers? Try searching our database.

Access to the folder is denied

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
David C - 23 Apr 2008 20:46 GMT
I have a virtual folder on a web site that links to a shared folder on a 2nd
server.  When I try to access it in my aspx page I get the following error:

Access to the path '\\server\photos\Hamelin, Jose\RO25201' is denied.

I gave the photos folder access from network service, anonymous, etc. and
still no luck.  I even tried the "Connect as..." button in the IIS
properties but that did not work either.
Below is the aspx code and it fails on the GetFiles method.  If I physically
type the file path into the browser, it displays the files in that folder.
Can anyone help?  Thanks.

David

           strFolderName = "Hamelin, Jose"
           'Get information about the files in the specified folder
           Dim virtualFolderPath As String = "Photos/" &
strFolderName.ToString & "/RO25201"
           Dim folder As New
DirectoryInfo(Server.MapPath(virtualFolderPath))

           Dim fileList As FileInfo() = folder.GetFiles("Initial*.jpg")
           PicturesInFolder.DataSource = fileList
           PicturesInFolder.DataBind()
Alexey Smirnov - 23 Apr 2008 22:45 GMT
> I have a virtual folder on a web site that links to a shared folder on a 2nd
> server.  When I try to access it in my aspx page I get the following error:
[quoted text clipped - 20 lines]
>             PicturesInFolder.DataSource = fileList
>             PicturesInFolder.DataBind()

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_t
hread/thread/ec9a28d4bb655c14/cf3ed675b1609854


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.