Symptoms
A message appears in the verification station, even though there are projects listed in your Administration and Monitoring Console > Settings > Projects:
No available projects
Cause
Incorrect project permissions.
Resolution
The best solution is to re-upload project to the cloud server.
Alternatively, add all the missing roles and rights to the user in Administration and Monitoring Console > Settings > Users:
Comments
1 comment
Another way to resolve the issue is next:
Try to change the asp.net.config file's configuration. The file itself is located in
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Aspnet.config
and
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Aspnet.config
Strings inside both files have to be changed this way:
<legacyImpersonationPolicy enabled="false"/> <alwaysFlowImpersonationPolicy enabled="true"/>."
Please sign in to leave a comment.