PDA

View Full Version : Reporting Services Web Services NetworkCredentials


rs_128262
03-07-2005, 01:28 AM
I have created a drilldown report for Microsoft Reporting Servicesthat I have rendered using the Web Services. However, when the user clicks on the "+" to drill down into the report, the NetworkCredentials are no longer remembered and so a logon dialog box comes up prompting the user for the userid and password. Does anyone know of a way to perpetuate the NetworkCredentials beyond the initial call to the report?


Thanks


Steve

bruce
03-07-2005, 07:25 AM
does the same username / password work??

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

rs_128262
03-08-2005, 01:04 AM
Yes, the userid and password do work.

While supplying the userid and password do work, I would think there would be a way to set the report up so that it does not even prompt for the userid and password.

Steve

bruce
03-08-2005, 08:10 AM
Hmmm.. i am not really sure why this is happening, i was not able to replicate on my test account.

I also suggest you render your report in your own asp.net application, this would eliminate password prompting. See http://kb.discountasp.net/article.aspx?id=10335

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)