J
Joe
I check for the NTLogin of a user by
Page.User.Identity.Name,
but when I put the app on the server the value for
Page.User.Identity.Name is ""
I had the <allow users="*/> attribute commented out on my
machine and had <deny users="?"/>
how do I do this on the server to get the user NTLogin
name
thanks
Page.User.Identity.Name,
but when I put the app on the server the value for
Page.User.Identity.Name is ""
I had the <allow users="*/> attribute commented out on my
machine and had <deny users="?"/>
how do I do this on the server to get the user NTLogin
name
thanks