I just moved a local running copy of my site to my host reliablesite.net. I had everything working fine on both the host and locally and was just attempting to move local copies of stuff I had completed to the host. My process was to:
Backup SQL and Restore to host
FTP all files from local web root to host except web.config which includes a different connection string but is exactly the same other than that
Checked file permissions are set on host to allow Network Serivce Read/Write permissions on all nodes/files in web root
Now, I'm getting the following error on all pages in the site:
_____________________________________________
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: Exception has been thrown by the target of an invocation.
Source Error:
Line 124: <providers>
Line 125: <clear />
Line 126: <add name="UmbracoRoleProvider" type="umbraco.providers.members.UmbracoRoleProvider" />
Line 127: </providers>
Line 128: </roleManager>
_____________________________________________
So, articles I found seem to point to this being a trust issue, but, I can't imagine that has changed since it was working this morning before I started moving my local copies to the host.
UmbracoRoleProvider Error After Install
I just moved a local running copy of my site to my host reliablesite.net. I had everything working fine on both the host and locally and was just attempting to move local copies of stuff I had completed to the host. My process was to:
Now, I'm getting the following error on all pages in the site:
_____________________________________________
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: Exception has been thrown by the target of an invocation.
Source Error:
Line 124: <providers> Line 125: <clear /> Line 126: <add name="UmbracoRoleProvider" type="umbraco.providers.members.UmbracoRoleProvider" /> Line 127: </providers> Line 128: </roleManager>
_____________________________________________
So, articles I found seem to point to this being a trust issue, but, I can't imagine that has changed since it was working this morning before I started moving my local copies to the host.
I'm stuck. Anyone have any suggestions?
Thanks,
B
is working on a reply...