I'm using windows authentication mode in my asp.net app. If a user is logged correctly in windows he can access to my site without logins. But if is an external user when he try to access to asp.net app, a logon dialog box is showed. I don't want that logon is required.
I want the username only if the user is logged. but if the user is not logged i don't want to do anything.