User.Identity.Name on Windows 2003

R

Robert E. Flaherty

I developed an ASP.NET app running on an XP Pro where I retrieve the user's
network id from User.Identity.Name. The authenticationMode="Windows" in the
Web.Config and in the virtual directory, the anonymous acces is checked off
and Integration Windows Authentication is checked on and it works.

When I move the app to a Windows 2003 server and repeat these setting, I do
not get a value for User.Identity.Name. Is there an addition setting or
settings on a Windowns 2003?
 
P

Paul Clement

¤ I developed an ASP.NET app running on an XP Pro where I retrieve the user's
¤ network id from User.Identity.Name. The authenticationMode="Windows" in the
¤ Web.Config and in the virtual directory, the anonymous acces is checked off
¤ and Integration Windows Authentication is checked on and it works.
¤
¤ When I move the app to a Windows 2003 server and repeat these setting, I do
¤ not get a value for User.Identity.Name. Is there an addition setting or
¤ settings on a Windowns 2003?
¤

Did you disable Anonymous access for the web app on the Windows 2003 server?

Did you give the Anonymous user access in the <authorization> section of the Web.config file?

You may want to check the following MS KB article:

http://support.microsoft.com/?id=306359


Paul
~~~~
Microsoft MVP (Visual Basic)
 

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

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,233
Members
46,820
Latest member
GilbertoA5

Latest Threads

Top