ASP.NET CLR이 활성화되지 않음 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 이거 드셔보세요 use dasolPSDev; ..