Friday, March 9, 2012

Report Server Security Issue.

Hi,
We have installed SQL Server ReportingServices on a machine which can
be accessed from out side. now any one who types
http:\\sitename.com\reportserver can access the reports hosted here.
pls give me some solution how to solve this issue.
We tried removing anonymous access for that reportserver in IIS . but
then our application is not able to access the reports as we stored the
URLs of reports in database and call the reports when its required to
create a report.
is this the right way to implement the reporting services ?
JeswanthYou need to implement forms authentication. You do not want to have
anonymous.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
<jeswanthj@.gmail.com> wrote in message
news:1147948860.574176.133460@.i40g2000cwc.googlegroups.com...
> Hi,
> We have installed SQL Server ReportingServices on a machine which can
> be accessed from out side. now any one who types
> http:\\sitename.com\reportserver can access the reports hosted here.
> pls give me some solution how to solve this issue.
> We tried removing anonymous access for that reportserver in IIS . but
> then our application is not able to access the reports as we stored the
> URLs of reports in database and call the reports when its required to
> create a report.
> is this the right way to implement the reporting services ?
>
> Jeswanth
>

No comments:

Post a Comment