Description
When you access the Flowtime site no data displays.
Cause
There are several items to check and verify.
Affected Versions
All versions
Solutions
Check the following items.
- WCF HTTP Activation is enabled in the server features.
Start > Control Panel > Turn Windows features on or off > .NET Framework 4.5 Features > WCF Services >HTTP Activation > Install. - Make sure you have only a single binding to the site.
IIS > Flowtime Site > Advanced Binding - If you converted the site to HTTPS, make sure the binding is also HTTPS.
<bindings> <webHttpBinding> <binding name="httpsBinding"> <security mode="Transport"> <transport clientCredentialType="None"/> </security> </binding> </webHttpBinding> </bindings>