DeveloperBarn Forums

DeveloperBarn

Programming & IT forum

Another Folder Permission Issue

This is a discussion on Another Folder Permission Issue within the Microsoft IIS forums, part of the Operating Systems, Servers & Software category; Hi All, I'm not sure why this is happening and need some help.... I have a virtual directory with a ...

Go Back   DeveloperBarn Forums > Operating Systems, Servers & Software > Microsoft IIS

  #1  
Old January 28th, 2009, 04:18 PM
Rebelle's Avatar
Barn Loyal
 
Join Date: Mar 2008
Posts: 748
Rep Power: 2
Rebelle will become famous soon enough
Question Another Folder Permission Issue

Hi All,

I'm not sure why this is happening and need some help....

I have a virtual directory with a folder name, files. I'm trying to give one person permissions to drop files in this folder but still keep getting Access Denied.

It will work for me when I have it mapped as:
\\servername\d$

but not as:
\\servername\virtualfolder\files

Any reason why? I don't want to have the user go to inetpub\...etc.
Reply With Quote
  #2  
Old January 28th, 2009, 11:35 PM
dr_rock's Avatar
Drunk Barn Owl
 
Join Date: Jun 2008
Location: Melbourne, Australia
Posts: 92
Rep Power: 2
dr_rock will become famous soon enough
Default

are they accessing this locally or via FTP? you should be able to set up a ftp account for just that folder, or share that folder over the network, this can be done independently to your virtual folder setup (i.e. ftp to the physical folder which is mapped as a virtual folder) im pretty sure anyway for windows systems (are you using a windows server?)
Reply With Quote
  #3  
Old January 29th, 2009, 09:26 AM
Rebelle's Avatar
Barn Loyal
 
Join Date: Mar 2008
Posts: 748
Rep Power: 2
Rebelle will become famous soon enough
Default

Hi drRock

we're all on the same network internally....
yes, windows 2000 server.

if its a folder in the virtual directory, is this ok? share on shared tab or security tab?

would it be better if i moved this out of a virtual directory?

Thanks for your help!
Reply With Quote
  #4  
Old January 29th, 2009, 05:58 PM
dr_rock's Avatar
Drunk Barn Owl
 
Join Date: Jun 2008
Location: Melbourne, Australia
Posts: 92
Rep Power: 2
dr_rock will become famous soon enough
Default

Just treat it like a normal folder, you could even set up ftp to the folder and get it working THEN make it a virtual folder of your website
Reply With Quote
  #5  
Old February 11th, 2009, 10:45 AM
Rebelle's Avatar
Barn Loyal
 
Join Date: Mar 2008
Posts: 748
Rep Power: 2
Rebelle will become famous soon enough
Default

Hi dr_rock

Ok...didn't want to do the ftp thing with this user...but I was finally able to get it with using shared and security tabs.

on the shared, for the shared name i put $ after name...ex: mysharedfolder$
permissions is for everyone here.

then on security, i added the group (with user) and set it to Full control.

now mapped....\\servername\vd\mysharedfolder$

Thanks for your help!
Reply With Quote
  #6  
Old February 11th, 2009, 10:49 AM
jmurrayhead's Avatar
The Barnfather
 
Join Date: Mar 2008
Real name: Jason
Location: Washington, D.C.
Posts: 1,964
Blog Entries: 8
Rep Power: 15
jmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud of
Default

Quote:
Originally Posted by Rebelle View Post
Hi dr_rock

Ok...didn't want to do the ftp thing with this user...but I was finally able to get it with using shared and security tabs.

on the shared, for the shared name i put $ after name...ex: mysharedfolder$
permissions is for everyone here.

then on security, i added the group (with user) and set it to Full control.

now mapped....\\servername\vd\mysharedfolder$

Thanks for your help!
Are you sure you want them to have Full Control?

Typically, in this situation, I give the Everyone group Full Control with Share permissions and then make it more secure with NTFS permissions on the security tab. If you give them Full Control on NTFS, then they will be able to change just about anything. It's best to give them only what they need.
__________________
jmurrayhead
If you agree with me... click the icon!
If my post solved your problem, click the button in the lower right-hand corner of the post.

If you like it here...throw us a few bones to help
support us.

Join our Folding team: DeveloperBarn Folding

Reply With Quote
  #7  
Old February 11th, 2009, 10:56 AM
Rebelle's Avatar
Barn Loyal
 
Join Date: Mar 2008
Posts: 748
Rep Power: 2
Rebelle will become famous soon enough
Default

Hi JMH,

Ok, yes the shared is like you said.

But on the NTFS security tab, yes, i have the group (with 1 user) to full control. I need him to be able to drop files there. But this directory also has to be read accessible because I have it linked from webpage for viewing. Ok...I'll go back and take full control off and see if that will work.

Thanks!
Reply With Quote
  #8  
Old February 11th, 2009, 11:01 AM
jmurrayhead's Avatar
The Barnfather
 
Join Date: Mar 2008
Real name: Jason
Location: Washington, D.C.
Posts: 1,964
Blog Entries: 8
Rep Power: 15
jmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud ofjmurrayhead has much to be proud of
Default

Quote:
Originally Posted by Rebelle View Post
Hi JMH,

Ok, yes the shared is like you said.

But on the NTFS security tab, yes, i have the group (with 1 user) to full control. I need him to be able to drop files there. But this directory also has to be read accessible because I have it linked from webpage for viewing. Ok...I'll go back and take full control off and see if that will work.

Thanks!
If you only need that group to drop files, give them Modify permissions.
Reply With Quote
Reply

  DeveloperBarn Forums > Operating Systems, Servers & Software > Microsoft IIS

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
[Conditional] Design/Logic permission and no permission setup Rebelle ASP Development 2 November 6th, 2008 09:50 AM
Permission to make changes to xml in folder micky Microsoft IIS 11 October 23rd, 2008 08:13 AM
Shared folder issue Rebelle Microsoft Windows 5 August 18th, 2008 10:39 AM
Make File/Folder restricted to only certain users Rebelle Microsoft IIS 16 March 26th, 2008 02:06 PM


All times are GMT -4. The time now is 11:17 PM.


Copyright ©2008-2010, DeveloperBarn

Content Relevant URLs by vBSEO 3.3.2