首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >未启用ASP.NET日志记录

未启用ASP.NET日志记录
EN

Stack Overflow用户
提问于 2011-05-27 06:07:01
回答 4查看 72.8K关注 0票数 85

当我运行我的应用程序时,我在新安装的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
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6145697

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档