docs(multi lang support): work on getting multi lang support working

This commit is contained in:
2025-09-06 11:58:40 -05:00
parent 1508fb2fa7
commit 945048f43e
39 changed files with 259 additions and 93 deletions

View File

@@ -15,28 +15,28 @@ Please note that if you plan to utlize the scanner app you must use IIS to run a
1. Open IIS
2. Expand the plant and select application pools
![](./img/applicationPools.png)
![](/img/install/applicationPools.png)
3. Right click and create application
![](./img/createApplicationPool.png)
![](/img/install/createApplicationPool.png)
4. Name is Logistics Support Tool
- Change .NET CLR verion to not managed
- leave the rest as default
![](./img/pool.png)
![](/img/install/pool.png)
## Create the website
1. Expand the Sites
![](./img/defaultsite.png)
![](/img/install/defaultsite.png)
2. Right click on default site and click "Add Application..."
![](./img/addApplication.png)
![](/img/install/addApplication.png)
3. Fill out the form like below
@@ -48,7 +48,7 @@ Please note that if you plan to utlize the scanner app you must use IIS to run a
E:\LST\lstWrapper
```
![](./img/application.png)
![](/img/install/application.png)
## Making sure websocket is enabled