473,396 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Unexpected windows login during long operations

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
Jun 27 '08 #1
2 1767
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:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.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/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Thread-Topic: Unexpected windows login during long operations
From: =?Utf-8?B?d2R1ZGVr?= <wd****@newsgroup.nospam>
Subject: Unexpected windows login during long operations
Date: Wed, 18 Jun 2008 11:44:00 -0700
>
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
Jun 27 '08 #2
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:
ms****@microsoft.com.

--------------------
>From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Thu, 19 Jun 2008 05:23:19 GMT
Subject: RE: Unexpected windows login during long operations
>
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
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
3
by: teddysnips | last post by:
Currently studying for 70-229. I'm trying to understand how security for users is managed in SQL Server. I've been using SQL Server for a few years now, but without investigating the bits that...
3
by: Chris Paul | last post by:
I'm having trouble with PHP & PostgreSQL/OpenLDAP/Apache on Windows. I've set this up countless times on BSD (piece of cake) but I'm trying to do this on Windows now so that my developer can work...
5
by: Claudio Grondi | last post by:
I have just started to play around with the bsddb3 module interfacing the Berkeley Database. Beside the intended database file databaseFile.bdb I see in same directory also the __db.001...
3
by: Rahul Anand | last post by:
As per our requirements we have a web service which internally connects (Simple HTTP Post Request) to a remote server to initiate some work. We are calling the web service method asynchronously...
0
by: Fernando Cacciola | last post by:
Hi people, I have some piece of code that takes way too much time to do what it does (which is irrelevant here) and while searching for the cause I stumbled upon the following surprising...
6
by: enreil | last post by:
So I'm working on a Windows Forms for VB.NET in VS 2005 that is highly computational. It gets a ton of data from a database and eventually spits out a report based on the data. Because of the time...
1
by: =?Utf-8?B?c3VidGlsZQ==?= | last post by:
Hi :-) I'm having some trouble with LDAP and Active Directory on Win2k3 I use Windows Authentication and the code System.Threading.Thread.CurrentPrincipal.Identity.Name gives me the correct...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.