Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/85.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SQL Server Reporting Services:使用Windows身份验证_Sql_Authentication_Reporting Services - Fatal编程技术网

SQL Server Reporting Services:使用Windows身份验证

SQL Server Reporting Services:使用Windows身份验证,sql,authentication,reporting-services,Sql,Authentication,Reporting Services,我正在ASP.NET Core中开发一个应用程序,我使用SSRS生成一个.pdf文件,供我的用户在我的intranet上使用。问题是它要求Windows身份验证,如果用户已经登录计算机,我希望它不要问这个问题 当前在我的windows服务器上的reportserver.config文件中 <Authentication> <AuthenticationTypes> <RSWindowsNTLM/> <

我正在ASP.NET Core中开发一个应用程序,我使用SSRS生成一个
.pdf
文件,供我的用户在我的intranet上使用。问题是它要求Windows身份验证,如果用户已经登录计算机,我希望它不要问这个问题

当前在我的windows服务器上的
reportserver.config
文件中

<Authentication>
        <AuthenticationTypes>
            <RSWindowsNTLM/>
        </AuthenticationTypes>
        <RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
        <RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
        <EnableAuthPersistence>true</EnableAuthPersistence>
    </Authentication>

关
代理
真的
我需要做哪些更改才能让我的用户只需下载
.pdf
文件,而无需一直提示输入用户名和密码