|
Home > Archive > MS SQL Server Reporting Services > November 2005 > Using RS in a Web App
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Using RS in a Web App
|
|
| Carlos López. 2005-11-28, 8:25 pm |
| Hi, i want to publish some reports with Reporting Services for my customers,
but RS need windows authentication and my customers dont will be in the
active directory, how can i use impersonate with RS?
Thanks
| |
| Teo Lachev [MVP] 2005-11-29, 3:23 am |
| Well, you have at least three choices:
1. Use Anonymous access (not recommended).
2. Render reports on the server side and authenticate using a trusted system
account to the report server.
3. Use custom security (http://www.devx.com/dotnet/Article/26759/0/page/1)
--
HTH,
----------------------------------------------
Teo Lachev, MVP, MCSD, MCT
"Microsoft Reporting Services in Action"
"Applied Microsoft Analysis Services 2005"
Home page and blog: http://www.prologika.com/
----------------------------------------------
"Carlos López." < CarlosLpez@discussio
ns.microsoft.com> wrote in message
news:320721CE-19A9-4F20-A5E1- 1534E257E714@microso
ft.com...
> Hi, i want to publish some reports with Reporting Services for my
> customers,
> but RS need windows authentication and my customers dont will be in the
> active directory, how can i use impersonate with RS?
>
> Thanks
| |
| Carlos López. 2005-11-29, 11:23 am |
| Thanks a lot Teo!
I really need that!
"Teo Lachev [MVP]" wrote:
> Well, you have at least three choices:
>
> 1. Use Anonymous access (not recommended).
> 2. Render reports on the server side and authenticate using a trusted system
> account to the report server.
> 3. Use custom security (http://www.devx.com/dotnet/Article/26759/0/page/1)
>
> --
> HTH,
> ----------------------------------------------
> Teo Lachev, MVP, MCSD, MCT
> "Microsoft Reporting Services in Action"
> "Applied Microsoft Analysis Services 2005"
> Home page and blog: http://www.prologika.com/
> ----------------------------------------------
> "Carlos López." < CarlosLpez@discussio
ns.microsoft.com> wrote in message
> news:320721CE-19A9-4F20-A5E1- 1534E257E714@microso
ft.com...
>
>
>
|
|
|
|
|