I am getting the error:
HTTP Error 500.21 - Internal Server Error Handler \"CloudConnectHandler\" has a bad module \"ManagedPipelineHandler\" in its module list
This is because IIS 7 uses http handlers from both and . if you need CloudConnectHandler in your application, you should add section with this handler to the :
and also add preCondition attribute to the handler in :
preCondition
Hope it helps