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.
皈依舞
浏览 168回答 1
1回答
ibeautiful
尝试一下如果要使用 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 Password2. If you want on specific table then run the command :-aspnet_regsql -ed -S servername -d databasename -U userid -P password -et -t tablename.