M
Michael Persaud
Hi
Im trying to have a label on a page with some text and the user name
Windows auth is on in web config
Integrated security
The username is a domain name
dim uname
uname = user.identity.name
Lbl1.text = "Welcome" & uname& "Some other text"
Please tell me what im doing wrong
and secondly i dont want to retreive the domain name just the username.
Thanks
MP
Im trying to have a label on a page with some text and the user name
Windows auth is on in web config
Integrated security
The username is a domain name
dim uname
uname = user.identity.name
Lbl1.text = "Welcome" & uname& "Some other text"
Please tell me what im doing wrong
and secondly i dont want to retreive the domain name just the username.
Thanks
MP