I am trying to access a report via url
http://69.23.3.112/reportserver?/rptProject/rptStatus&eStatus=All&eUser=2
it always asks for username and password.
All my users login to my project which is asp.net 1.1(vs2003) based project, now from inside the project, if they try to access any report from (which is on framework 2.0), they have to go through a autentication screen which is related to sql server reporting services.
can you please help, how to override this login screen.
Thank you very much for the information.
If It is for login to the datasource then you ned to pass datasource credentials. (reportviewer.setdatasourcecredentials())And if it ask you to login to the report server than you need to set the report server to allow access of the report to your website.
and if you want you can set report server credentials.. and give that credentials access to the reports using report manager.
|||Hi, Thanks.
I gave permissions to report manager folder for aspnet and also iusr_machine name both.
and also checked anonymous login for reports virtual directory under intepub.
still i get the login screen if somone trying to access reports via reporting services reports folder.
i am calling the reports via url from vs 2003 , and my reports are on vs 2005.
And microsoft did'nt release no report viewer with framework 1.1., that is causing the problem.
please help guys.,
Thank you all.
|||I can give you one option.
You can crete one project with a page (may be 1 default.aspx) containing report viewer and if you want parameter promp controls of your own.
And redirect your users from original website to new website when ever they select menuitem( or whatever you have used) for report.
Now for login screen.
I need to know where it pop us..
when anyone trying to go to report folder or when any one trying to run report.
If it is asking when anyone trying to go to report folder.. I thing you need to pass login for the user in URL( Not sure how)
If it is asking when they run report just do one thing. go to each report.. than properties than datasource and save credentials for datasource.
No comments:
Post a Comment