Try our conversational search powered by Generative AI!

Version 11.5 - Getting a strange error in web.config after upgrading

Vote:
 

Hi

I am getting some strange error, right after I upgrade to 11.5.

Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Provider must implement the class 'System.Web.Security.RoleProvider'.

Source Error:


Line 283:			
Line 284:				

This is the web.config section:


			
				
			
				
			
				
				
				
				
				
				
				
				
			
			

		

		
			
				
				
				
				
				
				
				
				
				
				
				
			
		

Any ideas?

Thanks!

 

[Pasting files is not allowed][Pasting files is not allowed]

#189911
Mar 27, 2018 11:07
Vote:
 

I think - thought I'm not sure, the SqlServerRoleProvider should be this

        <add name="SqlServerRoleProvider" connectionStringName="EPiServerDB" applicationName="CommerceDev" type="System.Web.Security.SqlRoleProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

So you are using an older version which might not work correctly. 

#189925
Mar 27, 2018 13:24
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.