Unrecognized attribute ‘allowInsecureTransport’ error Sharepoint 2010 on Windows 7
03/09/2010 Leave a comment
When we need to user User Profile Application Service we noticed that its not working our developer machines which has Sharepoint Server 2010 in standalone with Win7 . In Central Administration we are getting error when clicking User Profile Application Service. Actually it redirect us to a custom error page. For solution when we examine the logs in hive we find out real error is Unrecognized attribute ‘allowInsecureTransport’ . Then we search for it the problem is WCF service. Microsoft has already released a hotfix for it.
Here is the solution :
http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806
Issue is allow Additional Threads For Message Receive When Using Message Security, allow token based authentication without transport or message encryption(AllowInsecureTransport), and make OutgoingSupportingToken public.
Happy codding…
.