Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

localhost: Left hand menu does not display after you select “English” or “French” on the splash page

example:

...


check that

...

your applicationhost.config in \CAWIS-SWIMN\Source\CAWIS-WAAU\.vs\CAWIS-SWIMN\config has the lines shown below at the end of the <modules> section.

Right now (March 27, 2023), those two lines are not in the applicationhost.config so when you do a fresh clone or if you do a pull of the code to your existing repos, you will not have these two lines.

<add name="StreamTagFilter-2.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.2.0, Version=1.0.6.2, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv2.0" />
<add name="StreamTagFilter-4.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.4.0, Version=1.0.6.2, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv4.0" />

<add name="StreamTagFilter-2.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.2.0, Version=1.0.6.2, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv2.0" />
<add name="StreamTagFilter-4.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.4.0, Version=1.0.6.2, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv4.0" />