apppool not granted to modify

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I began a new nopcommerce installation and got the following warning:

The IIS APPPOOL\ASP.NET v4.0 account is not granted with Modify permission on folder C:\inetpub\wwwroot\my_folder\. Although this is not an error, it's highly recommended that you configure these permissions.

What do i have to change?
13 years ago
Hi. I had this problem and now is solved:

1) Create database MS SQL via tools from your provider

2) Copy files (no source) of nopCommerce to your hosting folder.

3) Confirm skip by error message on 1 screen by installation proces

4) By next step of installation proces write fill in your MS SQL server IP adress (or adress via string) and
    select connect to existing dabase file



(write right user name and password)

5) Wait for last screen: fill in your admin user name and password


6) Important point: Set permission via your hosting account for folder"Images" (this solved problem of GDI+)

7) Via your database hosting provider generate
13 years ago
Hi. I had this problem and now is solved:

1) Create database MS SQL via tools from your provider

2) Copy files (no source) of nopCommerce to your hosting folder.

3) Confirm skip by error message on 1. screen by installation proces

4) By next step of installation proces fill in your MS SQL server IP adress and
select connect to existing dabase file (write right user name and password too)

5) By error of connectionString copy generated ConnectionSring by Installation in to your connection string file (ConnectionString.config):

<add name="NopSqlConnection" connectionString="Data Source=IP ADRESS ;Initial Catalog=DATABASE NAME;Integrated Security=False;Persist Security Info=False;User ID=USER NAME;Password=YOUR PASSWORD;Connect Timeout=120"/>

And confirm for next step

6) Wait for last screen: fill in your admin user name and password


6) Important point: Set permission via your hosting account for folder"Images" (this solved problem of GDI+)

7) Controll if is connection Time out of connectionString same as timeout of database stored by your provider (I had problem by login and Register new user)...

Now is running :-)
13 years ago
miroslav.siska wrote:
Hi. I had this problem and now is solved:


Please: delete it :-) Thank you


1) Create database MS SQL via tools from your provider

2) Copy files (no source) of nopCommerce to your hosting folder.

3) Confirm skip by error message on 1 screen by installation proces

4) By next step of installation proces write fill in your MS SQL server IP adress (or adress via string) and
    select connect to existing dabase file



(write right user name and password)

5) Wait for last screen: fill in your admin user name and password


6) Important point: Set permission via your hosting account for folder"Images" (this solved problem of GDI+)

7) Via your database hosting provider generate
12 years ago
xmarios wrote:
I began a new nopcommerce installation and got the following warning:

The IIS APPPOOL\ASP.NET v4.0 account is not granted with Modify permission on folder C:\inetpub\wwwroot\my_folder\. Although this is not an error, it's highly recommended that you configure these permissions.

What do i have to change?


1) Right click on the folder that contains your site.
2) Click on the Security tab.
3) Find your Users (<Your Server Name>\Users) group.
     a) Under Permission for Users you will notice that Modify is not checked.
5) Click on Edit
6) Select Users (<Your Server Name>\Users) than check allow on Modify.
7) Click Apply.

This will give the correct permissions for the folder.
7 years ago
thanks a lot nachundo
6 years ago
thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.