I have a sql database and i'm using sql data connection in my asp.net web application but i'm getting the following stack trace error:
[InvalidOperationException: The 'SQLNCLI11' provider is not registered on the local machine.]
this is then causing lots of databinding errors
how do i register the data provider?