アプリを実行すると、ASP.NetとSQLServerの新規インストールで次のエラーが発生します。
Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option
私はこれを実行することによってそれを修正しようとしました:
use dasolPSDev;
sp_configure 'clr enabled', 1
go
RECONFIGURE
go
sp_configure 'clr enabled'
go
しかし、私は得る:
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near 'sp_config