SERVER ERROR IN ‘/’ APPLICATION WHEN LOGGING IN USING FBA SHAREPOINT

I have just extended a web application to allow users to login using FBA (Forms Based Authentication), however, when logging in the following error is generated:
Server Error in ‘/’ Application.
Server_Error_in_Application
So, what could have caused this?  Firstly I checked that the SecurityTokenServiceApplication is functioning correctly by browsing to http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc on the SharePoint server – as long as the following message is displayed then that is OK:
The server was unable to process the request due to an internal error.
SecurityTokenServiceApplication
Next I checked all the connection strings and provider details (twice) and they all seemed to be correct.  After a bit of digging through the logs I realised that while adding .Net users and roles in IIS I had not set the Default Providers back to their original values.  Setting these back to ‘i’ and ‘c’ respectively solved the problem.
Users_Default_Provider
Roles_Default_Provider

Comments

Popular posts from this blog

"There's a configuration problem preventing us from getting your document. If possible, try opening this document in Microsoft Word." Office WebApp Error

"We’re sorry. We ran into a problem completing your request. Please try that again in few minutes." Excel Service SharePoint

Deployment error "The web.config is invalid on this IIS Web Site"