Skip to content

Commit 55a9a8c

Browse files
Merge pull request #18 from emilwest/patch-1
Update installation.md Added L in apppool
2 parents c46996e + 9091780 commit 55a9a8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/PxWebApi/documentation/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This instruction guides you in how to install PxWebApi 2.0 on a clean install of
99
- Download the [zip file for the latest release](https://github.com/pxtools/PxWebApi/releases/latest) from GitHub. Make sure to _Unblock_ it if its block by right clicking on it in _File Explorer_ and check the `Unblock` checkbox.
1010
- Extract the zip file to the location of your choice.
1111
- Copy the content of the `release` folder that you just extracted to `C:\inetpub\wwwroot`.
12-
- Give the user `IIS APPPOOL\DefaultAppPoo` `Modify` and `Write` permissions to the folder `C:\inetpub\wwwroot\wwwroot\ControllerStates`.
13-
- Create a folder called `sq` under `C:\inetpub\wwwroot\wwwroot` and place you data in that folder. And give the user `IIS APPPOOL\DefaultAppPoo` `Modify` and `Write` permissions.
14-
- Create a folder called `Database` under `C:\inetpub\wwwroot\wwwroot` and place you data in that folder. And give the user `IIS APPPOOL\DefaultAppPoo` `Modify` and `Write` permissions.
12+
- Give the user `IIS APPPOOL\DefaultAppPool` `Modify` and `Write` permissions to the folder `C:\inetpub\wwwroot\wwwroot\ControllerStates`.
13+
- Create a folder called `sq` under `C:\inetpub\wwwroot\wwwroot` and place you data in that folder. And give the user `IIS APPPOOL\DefaultAppPool` `Modify` and `Write` permissions.
14+
- Create a folder called `Database` under `C:\inetpub\wwwroot\wwwroot` and place you data in that folder. And give the user `IIS APPPOOL\DefaultAppPool` `Modify` and `Write` permissions.
1515

1616
!!! info
1717
If you do not have any data of your own you can download the

0 commit comments

Comments
 (0)