Tôi gặp lỗi sau khi cài đặt mới ASP.Net và SQL Server khi tôi chạy ứng dụng của mình:
Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option
Tôi đã cố gắng sửa nó bằng cách chạy cái này:
use dasolPSDev;
sp_configure 'clr enabled', 1
go
RECONFIGURE
go
sp_configure 'clr enabled'
go
Nhưng sau đó tôi nhận được:
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near 'sp_config