Hi,
I receive this message when I try to open a website which I uploaded using FTP:
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: The connection name 'LocalSqlServer ' was not found in the applications configuration or the connection string is empty.
Source Error:
Line 146: <roleManager>
Line 147: <providers>
Line 148: <add name="AspNetSql RoleProvider" connectionStrin gName="LocalSql Server" applicationName ="/" type="System.We b.Security.SqlR oleProvider, System.Web, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a" />
Line 149: <add name="AspNetWin dowsTokenRolePr ovider" applicationName ="/" type="System.We b.Security.Wind owsTokenRolePro vider, System.Web, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a" />
Line 150: </providers>
Source File: c:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \Config\machine .config Line: 148
I have read some other forums but haven't succeeded in solving the problem.
But I don't know a great amount of code so could someone please help me?
Thanks,
Nathan
I receive this message when I try to open a website which I uploaded using FTP:
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: The connection name 'LocalSqlServer ' was not found in the applications configuration or the connection string is empty.
Source Error:
Line 146: <roleManager>
Line 147: <providers>
Line 148: <add name="AspNetSql RoleProvider" connectionStrin gName="LocalSql Server" applicationName ="/" type="System.We b.Security.SqlR oleProvider, System.Web, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a" />
Line 149: <add name="AspNetWin dowsTokenRolePr ovider" applicationName ="/" type="System.We b.Security.Wind owsTokenRolePro vider, System.Web, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a" />
Line 150: </providers>
Source File: c:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \Config\machine .config Line: 148
I have read some other forums but haven't succeeded in solving the problem.
But I don't know a great amount of code so could someone please help me?
Thanks,
Nathan
Comment