Does the loging box pop up 3 times and then give you a 401 error? If so you
might be running into the "Loopback Check" feature of Windows Server 2003.
Check this article:
http://support.microsoft.com/kb/896861 Follow the "Method 1" workaround.
-------------------------------------
Chris Alton, Microsoft Corp.
SQL Server Developer Support Engineer
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
[quoted text, click to view] > From: "Fresno Bob" <nospam@nospam.com>
> Subject: Pop up prompts for login
> Date: Thu, 4 Oct 2007 23:49:02 +0100
> Lines: 8
> I am using the report viewer control. The IIS serving up the pages is on
the
> same box as the report services. I have created a jump to URL textbox but
> included some Javascript to make the window pop up. My link is
> http://servername/reportpath. This however causes windows to prompt for
the
> password. How do I stop the password prompt. This is a non domain
workgroup
> network. Regards, Chris.
>
>
>
[quoted text, click to view] On Oct 4, 5:49 pm, "Fresno Bob" <nos...@nospam.com> wrote:
> I am using the report viewer control. The IIS serving up the pages is on the
> same box as the report services. I have created a jump to URL textbox but
> included some Javascript to make the window pop up. My link ishttp://servername/reportpath. This however causes windows to prompt for the
> password. How do I stop the password prompt. This is a non domain workgroup
> network. Regards, Chris.
If you are using a non-IE browser, this will be the reason. You might
try explicitly setting your credentials (username/password) in the
application. Also, if you are utilizing ASP.NET, you can create a key
for credentials or set the default authentication in the web.config
file and reference it from w/in the ASP.NET application. Hope this
helps.
Regards,
Enrique Martinez
Sr. Software Consultant