J
JohnH.
When I got Visual Studio setup and configured to remotely debug c#
ASP.NET applications on a development IIS server I apparently changed
something on one of my .config files.
(1) When I login into my workstation using my domain account and
connect to our development IIS server User.Identity.Name should return
my domain user account. Instead, User.Identity.Name returns the local
Administrator account on the development IIS server.
(2) When I login into my workstation using another user's domain
account and connect to our development IIS server User.Identity.Name
returns that user's domain account.
(3) When I login into my workstation using my domain account and
connect to our production IIS server User.Identity.Name properly
returns my domain user account.
Since, other users can login to my workstation and get the correct
response from the development server it seems to me the problem is
somewhere in my profile.
Anybody got any ideas? I've been struggling with this for days.
Thanks,
John
ASP.NET applications on a development IIS server I apparently changed
something on one of my .config files.
(1) When I login into my workstation using my domain account and
connect to our development IIS server User.Identity.Name should return
my domain user account. Instead, User.Identity.Name returns the local
Administrator account on the development IIS server.
(2) When I login into my workstation using another user's domain
account and connect to our development IIS server User.Identity.Name
returns that user's domain account.
(3) When I login into my workstation using my domain account and
connect to our production IIS server User.Identity.Name properly
returns my domain user account.
Since, other users can login to my workstation and get the correct
response from the development server it seems to me the problem is
somewhere in my profile.
Anybody got any ideas? I've been struggling with this for days.
Thanks,
John