PDA

View Full Version : How to pass Active Directory Credientials to Report builder using asp.net.2.0



srinivasV
05-19-2006, 06:31 AM
Senario:

Developing the Application using ASP.Net 2.0 ,Using the Active Directory Credientials.

1. In Login Page enter the User name & password. Active directory validate that credientails and allow to access the Application.

2. In this application Reportbuilder link is there.

3. Reportbuilder is installed in the another server.

4. When click the Reportbuilder link is set to that server path. it open the Report builder in our application.

5. When design the report and Click save. the Report in "MyReport" folder is not accepting to save the report.

6. Need to save the Report in Application login user credientials\"MyReport"\Report.


eg: "orgleveluser\MyReport\Report.

"orgleveluser" is the Application login username which is avaiable in Acive Directory.



7. When we add the "<identity impersonate="true"/>" in Web.config file and save the Report.It is saved in "MYReport" folder.

8. In this case the Report is saved in the WindowsCredientials.
i.e when user login in windows username in the system.The folder is created with that username in the Reportbuilder

9. Report is Saved in the subfolder of "MyReport" folder.


10.Presently Report builder is saving the report in the windows authentication username. not in application login credientials.


11. Needed a solution throught application that have to save the report in application login username in Report Builder.