Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Not sure why

    I have a asp page that is used for feedback and saves the
    info in a access database, I am testing it on a Windows XP
    Professional machine. The only way i can get the asp page
    to work is to give write/read access to IUSR in the IIS
    manager, but i also have to find select the folder to be
    shared on the network and check let network users ability
    to change files. I don't really want to let people on my
    network able to see and change the asp files. I don't
    know if there is a way around this becuase it doesn't
    really make sense to me, but it won't work unless i have
    the filed shared on the network. Thanks
    Adam Guest

  2. #2

    Default Re: Not sure why

    Why does the Access database have to live on a network share? Your
    requirements are running circles around you...



    "Adam" <awally11@hotmail.com> wrote in message
    news:03db01c35b95$5b588b10$a401280a@phx.gbl...
    > I have a asp page that is used for feedback and saves the
    > info in a access database, I am testing it on a Windows XP
    > Professional machine. The only way i can get the asp page
    > to work is to give write/read access to IUSR in the IIS
    > manager, but i also have to find select the folder to be
    > shared on the network and check let network users ability
    > to change files. I don't really want to let people on my
    > network able to see and change the asp files. I don't
    > know if there is a way around this becuase it doesn't
    > really make sense to me, but it won't work unless i have
    > the filed shared on the network. Thanks

    Aaron Bertrand - MVP Guest

  3. #3

    Default Re: Not sure why

    You probably need to:
    a) In Explorer, disable "Simple File Sharing" (open an Explorer window, goto
    Tools -> Folder Options -> scroll down to the bottom and uncheck "Use Simple
    File Sharing"

    b) Now, when you right click on a folder, you can get a "Security" tab,
    which lets you adjust the NTFS permissions for any particular folder or
    file. Give the IUSR_<machinename> user appropriate rights to the folder (it
    should need: Read/Write, and the Creator/Owner user needs Full Control)

    c) Remove the share that you setup (since you don't need that)

    d) In the IIS MMC Snapin, if the folder is inside your webroot, you should
    remove *all* permissions (no read, no script, no execute)

    Cheers
    Ken

    "Adam" <awally11@hotmail.com> wrote in message
    news:03db01c35b95$5b588b10$a401280a@phx.gbl...
    : I have a asp page that is used for feedback and saves the
    : info in a access database, I am testing it on a Windows XP
    : Professional machine. The only way i can get the asp page
    : to work is to give write/read access to IUSR in the IIS
    : manager, but i also have to find select the folder to be
    : shared on the network and check let network users ability
    : to change files. I don't really want to let people on my
    : network able to see and change the asp files. I don't
    : know if there is a way around this becuase it doesn't
    : really make sense to me, but it won't work unless i have
    : the filed shared on the network. Thanks


    Ken Schaefer Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139