Você está na página 1de 2

DESABILITAR SEGURANA REPORT SERVER 2012

1. Adicione a DLL

Microsoft.Samples.ReportingServices.AnonymousSecurity.dll no Diretrio:
C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting ervices\ReportServer\bin\

2. No diretrio de instalao do Report Server Localize trs Arquivos (a,b,c)


Diretrio de Instalao > C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer

a. rereportserver.config
b. Web.Config
c. Rssrvpolicy.Config
3. Edite o Arquivo rereportserver.config Conforme exemplo abaixo:

Modificar:
<Authentication>
<AuthenticationTypes>
<Custom/>
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>

Adicionar as tags existentes:


<Security>
<Extension Name="None" Type="Microsoft.Samples.ReportingServices.AnonymousSecurity.Authorization,
Microsoft.Samples.ReportingServices.AnonymousSecurity" />
</Security>
<Authentication>
<Extension Name="None" Type="Microsoft.Samples.ReportingServices.AnonymousSecurity.AuthenticationExtension,
Microsoft.Samples.ReportingServices.AnonymousSecurity" />

</Authentication>

4. Edita o Arquivo Web.Config Conforme exemplo abaixo:

Modificar:
<authentication mode="None" />
<identity impersonate="false"/>
5.

Edita o Arquivo Rssrvpolicy.Config Conforme exemplo abaixo:

<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust"
Name="Private_assembly"
Description="This code group grants custom code full trust. ">
<IMembershipCondition
class="UrlMembershipCondition"
version="1"
Url="C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting
ervices\ReportServer\bin\Microsoft.Samples.ReportingServices.AnonymousSecurity.dll"
/>
</CodeGroup>

Você também pode gostar