Skip to content

Commit b2873df

Browse files
committed
Update setting-up-iis.mdx
1 parent 877a53a commit b2873df

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

docs/customizations/web-server-configurations/setting-up-iis.mdx

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,26 @@ If using Let's Encrypt, bind the website to a specific IP and hostname to preven
8383
Ensure that you assign the correct permissions to `IIS APPPOOL\.NET v4.5`. Missing or incorrect permissions can cause issues with the TCAdmin control panel.
8484
:::
8585

86-
Grant full control to `IIS APPPOOL\.NET v4.5` on the following directories:
87-
88-
- `C:\Program Files\TCAdmin2\Cache`
89-
- `C:\Program Files\TCAdmin2\Temp`
90-
- `C:\Program Files\TCAdmin2\Logs\Web`
91-
- `C:\Program Files\TCAdmin2\ControlPanel`
92-
- `C:\Program Files\TCAdmin2\ControlPanel.MVC`
93-
- `C:\Program Files\TCAdmin2\Database`
86+
1. Grant full control to `IIS APPPOOL\.NET v4.5` on the following directories:
87+
88+
- `C:\Program Files\TCAdmin2\Cache`
89+
- `C:\Program Files\TCAdmin2\Temp`
90+
- `C:\Program Files\TCAdmin2\Logs\Web`
91+
- `C:\Program Files\TCAdmin2\ControlPanel`
92+
- `C:\Program Files\TCAdmin2\ControlPanel.MVC`
93+
- `C:\Program Files\TCAdmin2\Database`
94+
95+
2. Under **"Connect as..."**, enter the user and password of the Windows user that runs your website.
96+
97+
:::important TCAWeb Setup
98+
If using **TCAWeb**, start the monitor in **console mode** and execute `tcaweb-pass` to obtain the password or attach `TCAdmin2\Monitor\TCAWeb.config` to a support ticket for assistance.
99+
:::
100+
101+
```bash
102+
tcaweb-pass
103+
```
104+
105+
3. Configure the Aspx application to run with the same user as the main website.
94106

95107
## Step 4: Database Configuration
96108

0 commit comments

Comments
 (0)