|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Permissions on domains.
first of all, I want to say sorry because I don't know wher I should open this topic instead of here
![]() there are domains. www.domain1.com www.domain2.com domain1.com's folder is c:/websites/domain1.com domain2.com's folder is c:/websites/domain2.com domain1.com has to use FSO (ASP) for its site. domain2.com too I want that domain1.com may use FSO for only c:/websites/domain1.com. it mustnt access c:/websites/ or any folder in c:/websites/ and domain2.com may use FSO for in only c:/websites/domain2.com. it mustnt access c:/websites/ or any folder in c:/websites/ shortly, FSO for domain1.com can be used only c:/websites/domain1.com what permission settings must I do ? thank you. |
|
#2
|
|||
|
|||
|
You'll need a server version of windows so you can set up each domain in it's own website, and use different user accounts in IIS for each website. Then you can use windows file permissions to restrict use of fso objects.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
||||
|
||||
|
I have win2003 server
you say "create windows user account for domain1.com and set it in IIS, then change permission for the folder domain1.com by user account".. thank you. |
|
#4
|
||||
|
||||
![]() I create a new windows user in local users and groups I changed permissions for c:/websites/domain1.com like below users who have permissions on c:/websites/domain1.com administrator (full control) asp.net(full) create owner(special permissions) userIcreated(full) system(full) users(read&execute,liste fodler contents,read) users who have permissions on c:/websites/domain2.com administrator (full control) create owner(special permissions) system(full) users(read&execute,liste fodler contents,read) IIS settings I opened the domain1.com properties in IIS went to directory security tab went to edit under authentication..... typed userIcreated for username changed password.. but domain1.com/fso_create_file.asp still can access under domain2.com ![]() fso_create_file includes these line PHP Code:
|
|
#5
|
|||
|
|||
|
I don't have 2003, but your steps sound about right. You might need to restart IIS (or reboot the server) after making the changes.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Permissions on domains. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|