I have installed Ajax control toolkit on my website which messed up things a little bit. After installing the toolkit i got following error:
Could not load file or assembly 'System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
it seems that system cannot find system.web.providers. I tried to remove ajax toolkit and the bin folder, and to install system.web.providers using Nuget. But nothing works and I'm getting same error.
The source error:
Code:
Line 45: <roleManager enabled="true" defaultProvider="DefaultRoleProvider">
Line 46: <providers>
Line 47: <add connectionStringName="FormulaMarketConnectionString1" applicationName="/" name="DefaultRoleProvider" type="System.Web.Providers.DefaultRoleProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 48: </providers>
Line 49: </roleManager>