10 2021 档案

摘要:一、应用程序-》处理映射程序-》添加通配符脚本映射 选择C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll 名字随便 二、将应用程序池设置为4.0经典模式 三、将应用程序池-》高级设置-》启用32位应用程序=true 保存,重 阅读全文
posted @ 2021-10-21 17:13 蜗牛的礼物 阅读(674) 评论(0) 推荐(0) 编辑
摘要:1.开启SqlServer通讯配置 开启Sql Server 通讯配置 sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Ole Automation Procedures', 1; GO RECONF 阅读全文
posted @ 2021-10-18 16:02 蜗牛的礼物 阅读(1117) 评论(0) 推荐(0) 编辑