Unexpected windows login during long operations

W

wdudek

I have a website using windows integrated security, with anonymous access
turned off. The site is used to query orders from a database and when the
search takes a long time, a windows login box appears. Regardless of what
login the user enters into this, it does not accept it and the user is locked
out of the system. Our network team and myself have been unable to find out
why this is occurring, has anyone else had a similiar problem? Closing out of
the browser and trying again often results in the same problem.

Thanks,

Bill
 
S

Steven Cheng [MSFT]

Hi Bill,

From your description, your're encountering constant login prompt in your
ASP.NET page when it executes after a long period, correct?

I've also seen many such kind of issues beofre. Based on my experience,
when the web page continue prompt login dialog and fails(no matter whatever
you input), it probably indicate that there is some permission issue with
the IIS/ASP.NET's worker process identity. Also, the problem certainly is
related to the applicaiton or page since during its processing it may
access some certain resources that may require the permission from the
worker process's identity.

Therefore, you can first verify what's the current worker process's
identity, and for test, you can set it to a powerful account(even local
system) to see whether the result changes.

#Configuring ASP.NET Process Identity
http://msdn.microsoft.com/en-us/library/dwc1xthy.aspx

here is another article about the necessary permissios for IIS6 account:

#Default permissions and user rights for IIS 6.0
http://support.microsoft.com/kb/812614

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
S

Steven Cheng [MSFT]

Hi Bill,

How are you doing?

have you got any progress on this issue? If there is anything else need
help, please feel free to post here.

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

--------------------
From: (e-mail address removed) (Steven Cheng [MSFT])
Organization: Microsoft
Date: Thu, 19 Jun 2008 05:23:19 GMT
Subject: RE: Unexpected windows login during long operations
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top