Asp.net mvc Reporting Services提示输入凭据

Asp.net mvc Reporting Services提示输入凭据,asp.net-mvc,reporting-services,reporting-services-2012,Asp.net Mvc,Reporting Services,Reporting Services 2012,我有一个Iframe,通过它我将呼叫报告服务 每次我尝试呼叫此服务时,它都会询问凭据 有没有办法避免这个提示。我的web应用程序使用Active Directory凭据进行登录,因此此处使用相同的凭据。我可以在调用此服务时使用该凭据来避免提示吗?我已经提到了。但这个答案对我毫无帮助 <AuthenticationTypes> <RSWindowsNTLM/> </AuthenticationTypes>

我有一个Iframe,通过它我将呼叫报告服务

每次我尝试呼叫此服务时,它都会询问凭据

有没有办法避免这个提示。我的web应用程序使用Active Directory凭据进行登录,因此此处使用相同的凭据。我可以在调用此服务时使用该凭据来避免提示吗?我已经提到了。但这个答案对我毫无帮助

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

关
代理
真的
这些是RSReportServer.config中提供的身份验证。我知道有一种方法可以实现自定义身份验证。除此之外,还有任何一次性登录的方法吗