Monday, March 12, 2012

Reports Authentication

Hi All,

I am writing an Web Application accessing the Reports, that will be hosted in web (not in Intranet). (Win 2003 + VS 2005 Environment)

1) I am not sure to pick the authentication (Forms (or) Windows).

2) Also the requirement is that the user name / password should not be hard coded anywhere in the application

Can any one advice me on the above mentioned issues.

Regards,

Coras

Hi Corcas,

Use Forms Authentication.

Store the UserId and Password in Sql Database/ web config and read the values to access the Report Server.

Regards,

shanthi

No comments:

Post a Comment