Our team has created an ASP website which uses reportviewer control for rendering reports from report server.
On the main report, we have used Go to URL to show subreport in new window(pop up). I have hosted this website on IIS server.
When we try to access main report (i.e. Home.aspx), we are getting content of main report from reporting server and it's not asking me for credentials.
But when we click on link for subreport. it is asking for credentials for pop up window. I am not getting point that why it's asking credentials for only pop-up and not for main report. If my SSRS is not properly configured, then it should ask credentials for main report as well but it prompt for only pop-up.
We are using SSRS 2008. SSRS and IIS both are on same machine. We have used javascript function for Go to URL expression.
Following are screenshots for both scenario.
Main Report - Links to subreport which is open in new pop up window (No credentials asked here)

Subreport Pop up windows (Prompt for credentials)
