I have built a report on SQL server business intelligence development studio ( microsoft SQL server 2005). After that when I try to deploy a solution in SSRS 2005, I get a dialog box with title: "Reporting Services Login". It has my server listed as the first row: "http://localhost/reportserver" and then it has two text boxes asking for Username and Password. I have solve this problem, myself. The problem is that i have written the target server url only to http://localhost/ but when i change it to "http://localhost/reportserver" it work fines. now i am able to deploy the report. but when i am opening my report in " report manager" it is showing an error
* Logon failed.
o Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E).
There is no reporting services configuration manager in my system. I am using sql server client only through window authentication. please help me.