We plan to access WebVue through the iframe of the webpage. Regarding the dualization of WebVue, how to set it up.
Need to prepare two WDCs, right? In this case, you need to add another WebVue computer. Is it right like PcVue's Redundancy?
Or is it possible to adjust the Redundancy settings on a WDC (or IIS?)?
Hello,
Here is the temporary solution coming from Anna and Daniel:
First step isto install Application Request Routing (ARR) and the UrlRewrite Module for IIS.
Here it is explained how to install this modules:
https://techcommunity.microsoft.com/t5/iis-support-blog/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world/ba-p/846222
Next step isto modify the web.config files of OAuth and WebClient, you must add the
following lines:
<!-- -->
You must add these lines within the system.webServer tag. This tag exists already. After
changing the files you have to restart IIS. Now loading WebVue inside the
iFrame should work.
Thank you for your reply, I used your method to successfully get ifarme to work.
Do you have any experience regarding the Redundancy of WebVue?
Please find the information we have in this document:
Thank you for your help, but I have one more point to confirm. Does NLB not support Windows 10?
Hi,
That's a question for Microsoft, but I think NLB is ONLY a Windows Server feature.
Keep in mind 1 important point: We don't recommend using IIS on a Windows 10 station. A Server feature must run in a Server OS, that's a safe rule.
Nico


