Hi Mark,
That is right. The issue i'm referring to does not load any assets, including JS files, and in turn causes the administrator login to fail.
There would be two ways to counter this issue,
1) Editing the web.config file
- Edit the C:/.../IIS_WEB_ROOT/web.config file
- Comment out the line that defines a mimetype for the .air extension.
- Restart IIS
2) Removing MimeType from the IIS manager.
- Unconfigure connector - Please take a back up of any custom connector settings you may have done.
- Go to IIS Manager (inetmgr) > Site > MimeTypes
- Delete the entry for the ".air" extension
- Reconfigure connector
- Immanuel