I followed the instructions to add the texis application to another web site. After completing the steps I navigated to the default web site Admin UI and encountered this error:
http://127.0.0.1/texis/webinator/dowalk/
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Error Code 0x800700b7
ErrConfig Error Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'Thunderstone Proxy Module
Config File \\?\E:\Apps\Thunderstone\Webinator\etc\ISAPI-virtualdir\web.config
INSTALLDIR\etc\ISAPI-virtualdir\web.config contents
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="Thunderstone Proxy Module" path="*" verb="*" modules="IsapiModule" scriptProcessor="E:\Apps\Thunderstone\Webinator\etc\ProxyModule.dll" resourceType="Unspecified" requireAccess="None" preCondition="bitness64" />
</handlers>
</system.webServer>
</configuration>