Environment
Vertigo 1.1.8.0
Situation
How can Vertigo connect to a secondary domain only, bypassing primary domain?
Resolution
1) Update to Vertigo 1.1.80
2) Go to C:\Program Files\GWAVA\Vertigo and edit the file "vertigo.exe.conf"
3) Add in the following lines in the exact spot indicated:
This will allow you to bypass the Primary Domain and skip straight to a secondary domain.
Note: You may still be able to see the primary domain, however you will not be able to access it.
2) Go to C:\Program Files\GWAVA\Vertigo and edit the file "vertigo.exe.conf"
3) Add in the following lines in the exact spot indicated:
<system.diagnostics>4) Save the file and restart Vertigo.
<trace autoflush="true" indentsize="4">
<listeners>
<remove name="aDefault" />
<add name="TraceListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="Logfiles\tracelog.txt" />
</listeners>
</trace>
<switches>
<add name="EnableTracing" value="1" />
<add name="TraceErrors" value="1" />
<add name="TraceWarnings" value="1" />
<add name="TraceInfo" value="1" />
</switches>
</system.diagnostics>
<appSettings>
<add key="AllowSecondaryDomain" value="true" />
</appSettings>
</configuration>
This will allow you to bypass the Primary Domain and skip straight to a secondary domain.
Note: You may still be able to see the primary domain, however you will not be able to access it.
Additional Information
This article was originally published in the GWAVA knowledgebase as article ID 1892