Results 1 to 4 of 4

Thread: Folder access in ASP.NET

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Folder access in ASP.NET

    So I have a bunch of folders that I read and write to in my application. The Application runs under Network Services in the application pool. All the folders I have I have full access to except one, which I can read to and write to, but can't delete from (access denied). It is setup like the others. I have given Network Services full access, but it won't let me delete in that folder. Any thoughts on what may be causing this?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: Folder access in ASP.NET

    If the folder permissions looks fine, how do the files permissions look?

    If you're creating the file programmatically, are you sure that you're creating it with the correct rights for your ASP.NET user to access the file?

  3. #3
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,597

    Re: Folder access in ASP.NET

    Show your permissions.
    Note that if you are using a registered user based page you need to add users server permissions.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: Folder access in ASP.NET

    So apparently about 15 hours into work I accidentally wiped some files that I now have to find and reload. I think that MAY be the issue I am having. Maybe.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width