File Permissions
-
- Lieutenant (LT)
- Posts: 64
- Joined: Wed Feb 27, 2008 4:02 pm
File Permissions
I was trying to create a website admin and thereafter received an error that the user does not have rights.
Besides the original file permission setting, what are the file permission settings that need to be applied in order to use the options available for this web site?
Thanks...
Besides the original file permission setting, what are the file permission settings that need to be applied in order to use the options available for this web site?
Thanks...
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
ASPNET and/or NETWORK SERVICE have to have all but full permissions.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
It can go even more restrictive than that, if needed. The aspnet user must have read access to everything, but it needs write access only to these directories:jmestep wrote:ASPNET and/or NETWORK SERVICE have to have all but full permissions.
App_Data
App_Themes
Assets
webcharts
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: File Permissions
Wait... do you mean you were trying to create a user from the merchant admin interface?jdpatterson74 wrote:I was trying to create a website admin and thereafter received an error that the user does not have rights.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
-
- Lieutenant (LT)
- Posts: 64
- Joined: Wed Feb 27, 2008 4:02 pm
I was informed it's good to make changes to the web site by using the admin section on the host machine site. Not the one on my local machine because some of the information will be configured to my local set up and will have to change things again once it is upload to my host machine.
Therefore...using that approach...
My NETWORK SERVICE has read, write, and execute for everything...
However,
I am learning that additional folders or files require additional permissions in order to use the editting options provided within ablecommerce. Creating a new admin user, changing the code, text, or logos for example. Need help with this.
I can change the permissions (currently) to IUSR_machine, IUSR_user, user name, everyone, interactive, aspnet, network, network service.
I am assuming changing the code on the host machine by the means of the admin section is easier than doing it through the local machine and then uploading the new database?
Therefore...using that approach...
My NETWORK SERVICE has read, write, and execute for everything...
However,
I am learning that additional folders or files require additional permissions in order to use the editting options provided within ablecommerce. Creating a new admin user, changing the code, text, or logos for example. Need help with this.
I can change the permissions (currently) to IUSR_machine, IUSR_user, user name, everyone, interactive, aspnet, network, network service.
I am assuming changing the code on the host machine by the means of the admin section is easier than doing it through the local machine and then uploading the new database?
You need to get someone very familiar with IIS web hosting permissions involved. Setting the permissions on a public web server wrong will (not if) compromise the security of your both your site and your data.jdpatterson74 wrote:I can change the permissions (currently) to IUSR_machine, IUSR_user, user name, everyone, interactive, aspnet, network, network service.
Web permissions are not like a regular NT folder. You can't just throw security groups at it until it works. It has to be very specific and very restrictive. Anything less will (not if) cause huge problems. There are plenty of books on IIS web hosting that would be useful, but the best resource is an experienced tech who is familiar with locked-down IIS web installs.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Take Joe's warning seriously.
I'm not sure what kind of code changes you are making, but most of them don't have anything to do with the database.
You can make the page code changes, then upload the pages to the server.
I do that for scriplets, conlib files. When it comes to changing a display page in the admin that is done using page edit, I change the one on the real site as I change the one on the server to keep it in synch.
I'm not sure what kind of code changes you are making, but most of them don't have anything to do with the database.
You can make the page code changes, then upload the pages to the server.
I do that for scriplets, conlib files. When it comes to changing a display page in the admin that is done using page edit, I change the one on the real site as I change the one on the server to keep it in synch.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx