He,
I?m using asp.net, I would like to retrieve the current user but always asp.net get the current user as 'AUTORITE NT\SERVICE RÉSEAU'.
Why ?
I would to have the connected user (the user who log on computer) to be current user for sample Lgora (Lgora is my pseudo in Active directory) instead of 'AUTORITE NT\SERVICE RÉSEAU'
So I would like the current user to be lgora if i run my computer as lgora, administrator if i run my computer as administrator.
For example if i run webapplication using visual studio (F5 or view in browser), it works very well because the current user is lgora.
But if I run it using http://localhost/webapp/, the current user is 'AUTORITE NT\SERVICE RÉSEAU'.
Why ?
Go to the complete details ...