Friday, March 9, 2012

login and pass in a web.config

Hi!!

is there any way to get the login and password on my program′s web.config?

Full explain:

I have a sub report that is missing credentials.

In my tests, the sub report worked when I fill the login and password with a login and pass (mine, for example). But, this is not a good idea because the login and password would be changed when it′s system go to a production server. So I would need to deploy again with the new login and password.

Best regards!!

Pedro

try following:

<add key="RSServerUrl" value=http://urservername/reportserver/reportfolder />

-kushpaw

|||

But this is to put on my web.config,

I need put in my report′s datasource the login and password that is in my web.config.

Pedro

No comments:

Post a Comment