앱을 실행할 때 ASP.Net 및 SQL Server를 새로 설치할 때 다음 오류가 발생합니다.
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