You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PxWebApi/documentation/installation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ This instruction guides you in how to install PxWebApi 2.0 on a clean install of
9
9
- 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.
10
10
- Extract the zip file to the location of your choice.
11
11
- 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.
15
15
16
16
!!! info
17
17
If you do not have any data of your own you can download the
0 commit comments