Hi,
I am using Impersonation to use the current users login on an intranet, which is working on/off. Our problem is that the user alternates (apparently randomly - not in line with session starts/ends, etc.) between the logged in user (eg. DOMAIN\Username) to the anonymous account (MACHINE\IUSR_XXXXX).
- Anonymous authentication is disabled on the Virtual Web App directory in IIS
- Windows authentication is selected in Web.Config
- The basic impersonation tag is used in Web.Config
This is an excerpt from my Web.config:
<authentication mode="Windows" />
<identity impersonate="true" />
Any ideas?
|
| Program.X www.programx.co.uk
| ASP.NET, C#, SQL Server 2005, Web Accessibility & Standards
|