Ok I finally got the Nt AutoLogon to work by installing the DSClient from Microsoft on the server (Windows NT Server). My next question is how can I auto populate the email address? When the users logon they put in their user ID and password and the Domain. The user ID is someting like ITSADR (Department followed by initials). When they are auto registered, it comes up saying that they are logged on as whoever. All of that works. What I want is for the email address to auto populate in their profile. The email address is first initial plus last name @dorchestercounty.net (rpainter@dorchestercounty.net). Where can I go to do this? I saw that Eladon did it from this post: http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=34873 but he does not say how. Thanks for the help.
OK. I found this article: http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=39531 . I am very new to this stuff and I am not a web programmer. Can someone please explain to me how to get either Kal Corp's or DJWillis' solution implemented? Any help is greatly appreciated.
All of our users have user IDs in the form of ITSRDP. Department plus initials. The email addresses are rpainter@dorchestercounty.net. First initial plus last name. Is there a way to hard code that it takes the first initial and last name from User Manager? I found the code that will take the user ID: strSql = strSql & ", " & "'" & chkString(strDBNTUserName,"SQLString") & "@emailextension.com" & "'"
This obviously does not help me any. I notice that when I go to my profile, the user name is Rusty Painter. Can I pull from that somehow. Thanks for any help.
OK. Well, since I don't know anything about ASP or ADSI or any of that, I have decided to give up on this and just tell the users that they have to fill out their email address. If anyone knows how to do this, I will still listen, but I'm not wasting any more time trying to figure it out alone.