i have a webapp that needs to get the windows login of a user and maps it to
my roles database.
im using VS2005 and when i run it im able to get it using
Windowsprincipa l.Getuser().Nam e.
but after i put it into production server, (c:\inetpub\www root\webapp ) and
run it on my browser, the username it gets was : COMPUTERNAME\AS PNET
what am i missing ???
my roles database.
im using VS2005 and when i run it im able to get it using
Windowsprincipa l.Getuser().Nam e.
but after i put it into production server, (c:\inetpub\www root\webapp ) and
run it on my browser, the username it gets was : COMPUTERNAME\AS PNET
what am i missing ???
Comment