@burningice you're right.
The exception is happening because SqlServerDataProvider failed to load, there have to be another exception before that, that would explain the reason for failure (whether it is connection strings, permissions, or something else.)
Usually you would run the website from visual studio, or attach it to a running w3wp.exe instance, and restart the website to see the first exception happening.
The exception is happening because SqlServerDataProvider failed to load, there have to be another exception before that, that would explain the reason for failure (whether it is connection strings, permissions, or something else.)
Usually you would run the website from visual studio, or attach it to a running w3wp.exe instance, and restart the website to see the first exception happening.