Re: Login box popping up!

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: VB Programmer (Dont*NoSpam-Please*_at_jEmail.com)
Date: 12/07/04


Date: Tue, 7 Dec 2004 18:17:23 -0500

Like this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp

"Patrick.O.Ige" <PatrickOIge@discussions.microsoft.com> wrote in message
news:9353575E-51DF-418F-B5AF-FDCF45D7A280@microsoft.com...

> How does your Authentication WORK?
> Becos it seems the page isn't authorised so u needed to Authenticate!!
> Patrick
>
> "VB Programmer" wrote:
>
>> I am created a ASPX web app. I am using forms authentication and it
>> seems
>> to be working well.
>>
>> After logging in I am redirected to a form that is a "Secure" directory.
>> It's using data coming from a SQL Server db on the internet. Clicking on
>> a
>> listbox item is supposed to populate the form with data. (It's doing a
>> postback.)
>>
>> The first time the form loads it does it fine. But, when I click on a
>> listbox item (to have the form populated with a new set of data) I get a
>> Windows login window. Any ideas???
>>
>> The window title is "Connect to DCQBMR99" which is my pc.
>>
>> Thanks.
>>
>>
>>