I get the following error on my new installation of ASP.Net and SQL Server when starting my application:
Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option
I tried to fix this by doing this:
use dasolPSDev; sp_configure 'clr enabled', 1 go RECONFIGURE go sp_configure 'clr enabled' go
But then I get:
Msg 102, Level 15, State 1, Line 3 Incorrect syntax near 'sp_config
cdub May 26 '11 at 22:07 2011-05-26 22:07
source share