Click to See Complete Forum and Search --> : Network Id Required


suzana
February 4th, 2001, 01:38 AM
I want to retrieve my network id from the system
so i used to do:

dim strid1, strid2
strid1=Request.ServerVariables("LOGON_USER")
strid2 = Right(strid1, 8)

until now is ok but the problem is, I have to change in the Internet Information Services - properties of my asp file authentication method is basic authentication and this made the user each time want to access the page insert his userid and password.
Iam looking for another way that can do the same without this LOGON window.



thanx for help