windows Authentication - windows login screen

windows Authentication - windows login screen

am 20.06.2005 15:08:03 von raagz

Hi,

I am developing an intranet portal and i have used Windows Authentication.
The application is hosted on a windows 2003 server with .NET Framework 1.1.
I have set the session timeout to 20 minutes in the web.config.
The application is a reporting tool and at times there are some long running
queries which may take 5-6 minutes to run .
when my application(site) is accessed by users, few users are getting the
windows authentication Login screen while they are running these long
running queries (but this happens on random basis and not every time). but i
dont get any such windows login screen no matter how long the query takes to
execute.

The Web application is hosted on a different domain while the users are in a
different domain. While I as a developer access the site from the same domain
where the application is hosted.

please suggest.

Raagz

Re: windows Authentication - windows login screen

am 20.06.2005 16:17:46 von MattC

Do you have a trust set up between the two domains?

MattC
"raagz" wrote in message
news:31A287FB-3FC2-42ED-9D86-9D62F560D7DD@microsoft.com...
> Hi,
>
> I am developing an intranet portal and i have used Windows Authentication.
> The application is hosted on a windows 2003 server with .NET Framework
1.1.
> I have set the session timeout to 20 minutes in the web.config.
> The application is a reporting tool and at times there are some long
running
> queries which may take 5-6 minutes to run .
> when my application(site) is accessed by users, few users are getting the
> windows authentication Login screen while they are running these long
> running queries (but this happens on random basis and not every time). but
i
> dont get any such windows login screen no matter how long the query takes
to
> execute.
>
> The Web application is hosted on a different domain while the users are in
a
> different domain. While I as a developer access the site from the same
domain
> where the application is hosted.
>
> please suggest.
>
> Raagz
>

Re: windows Authentication - windows login screen

am 21.06.2005 07:28:03 von raagz

Hi Matt,

Yes , the trust has been setup between the two domains.
I am getting these errors mainly when there are long running queries in the
Database.

is this got anything to do with the Windows Authentication ?

Regards
Raagz

"MattC" wrote:

> Do you have a trust set up between the two domains?
>
> MattC
> "raagz" wrote in message
> news:31A287FB-3FC2-42ED-9D86-9D62F560D7DD@microsoft.com...
> > Hi,
> >
> > I am developing an intranet portal and i have used Windows Authentication.
> > The application is hosted on a windows 2003 server with .NET Framework
> 1.1.
> > I have set the session timeout to 20 minutes in the web.config.
> > The application is a reporting tool and at times there are some long
> running
> > queries which may take 5-6 minutes to run .
> > when my application(site) is accessed by users, few users are getting the
> > windows authentication Login screen while they are running these long
> > running queries (but this happens on random basis and not every time). but
> i
> > dont get any such windows login screen no matter how long the query takes
> to
> > execute.
> >
> > The Web application is hosted on a different domain while the users are in
> a
> > different domain. While I as a developer access the site from the same
> domain
> > where the application is hosted.
> >
> > please suggest.
> >
> > Raagz
> >
>
>
>