J
John
My web.config has this line:
<authentication mode="Windows" />
My page has a label named MyLabel
My page load event has this code:
Mylabel.Text = user.identity.name
The label is blank when I view it in a browser.
What am I missing?
Thanks!
CJ
<authentication mode="Windows" />
My page has a label named MyLabel
My page load event has this code:
Mylabel.Text = user.identity.name
The label is blank when I view it in a browser.
What am I missing?
Thanks!
CJ