How to solve error 'Keyword not supported: 'provider''

Programming, error messages and sample code > ASP.NET
If your asp.net application shows error

'Keyword not supported: 'provider''

That is because you specify 'provider' in your database connection string, just remove the provider from it would solve the problem.