Note that there are some explanatory texts on larger screens.

plurals
  1. POAuthentication.asmx gives error - Sharepoint 2010
    primarykey
    data
    text
    <p>I have added a reference to the authentication.asmx web service of my Sharepoint FBA site. I have the below code:</p> <pre><code> Authentication auth = new Authentication(); LoginResult lResult = auth.Login("******", "******"); </code></pre> <p>The Login method throws an exception as shown below:</p> <blockquote> <p>System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Could not retrieve the IIS Settings. Parameter name: context at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response) at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst, RequestSecurityTokenResponse&amp; rstr) at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst) at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo, SPRequestSecurityTokenProperties properties) at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForFormsAuthentication(Uri context, String membershipProviderName, String roleProviderName, String username, String password, SPFormsAuthenticationOption options) at Microsoft.SharePoint.IdentityModel.SPClaimsUtility.AuthenticateFormsUser(Uri context, String userName, String password) at Microsoft.SharePoint.SoapServer.Authentication.Login(String username, String password)</p> </blockquote> <p>I am using SQL Membership provider for setting up the FBA.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload