为了账号安全,请及时绑定邮箱和手机立即绑定

使用aspnet_regsql无法连接到SQL数据库进行缓存依赖注册

使用aspnet_regsql无法连接到SQL数据库进行缓存依赖注册

C#
皈依舞 2021-08-07 16:58:47
我想在 Visual Studio 中使用命令提示符启用 SQL Server 依赖项。I am able to run on the local SQL Server using Windows authentication, but i only face the problem when running using SQL Server Authentication.
查看完整描述

1 回答

?
ibeautiful

TA贡献1993条经验 获得超5个赞

尝试一下


如果要使用 aspnet_regsql 启用 SQL 数据库以通过 SQL Server 身份验证进行缓存依赖项注册


Try these Steps with your credentials:-


 1. run command aspnet_regsql -ed -S servername -d databasename -U userid -P password 


-S Server Name

-d Database Name

-U SQL Server Login Id

-P Password


2. If you want on specific table then run the command :-aspnet_regsql -ed -S servername -d databasename -U userid -P password -et -t tablename.



查看完整回答
反对 回复 2021-08-07
  • 1 回答
  • 0 关注
  • 167 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信