Hi everyone,
I have an ASP.NET application that uses the HTML Viewer. I have a problem,
because the windows user that request the report to the Report Server is the
windows user of the web client. I would like that the windows user who
request the report to the Report Server be ASP.NET user, because I don't know
(and I can't know it) windows accounts of the users and I can't assign roles
in the Report Manager for the users.
Thanks in advance.what you need to do is set up forms authentication on the report server,
requires a bit of work, but is that or using soap access intead of HTML
Viewer ...
one really important bit which really trashed my investigation about wheter
to use forms authentication or soap access is that u can put some code in
your logon page of your asp.net application to make it log on the user on the
report server (trough soap access) then save the cookie on the client, so the
client will be authenticated on the report server without even knowing ...
if I had known that I wouldnt have gone trough the soap access trail ...
"Javier Catala" wrote:
> Hi everyone,
> I have an ASP.NET application that uses the HTML Viewer. I have a problem,
> because the windows user that request the report to the Report Server is the
> windows user of the web client. I would like that the windows user who
> request the report to the Report Server be ASP.NET user, because I don't know
> (and I can't know it) windows accounts of the users and I can't assign roles
> in the Report Manager for the users.
> Thanks in advance.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment