2

I'm facing a web.config error on my Umbraco 6.2.1 website on production server.

I have no issue running this site on my dev computer.

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.

<providers>
<clear/>
<add name="UmbracoRoleProvider" type="Umbraco.Web.Security.Providers.MembersRoleProvider" />
</providers>
</roleManager>
Chaitanya Gadkari
  • 2,669
  • 4
  • 30
  • 54
SSiddiqui
  • 75
  • 10
  • I was receiving a similar error after the global start up had failed due to permissions, but someone else was making a request first, and seeing the start up error relating to permissions, where as I saw all penultimate requests just showing a random Umbraco Role Provider error. – John_ Jun 19 '14 at 10:23
  • the error can be due to permissions on prod, can you tell the exact error you see. – Chaitanya Gadkari Mar 30 '15 at 21:05

0 Answers0