c******n 发帖数: 2273 | 1 Hi, Guys
I am going to have an interview, my main technique topics are about ASP, VB
and SQL Server as database.
One of my friends gave me some technique interview questions, among them I
don't know how to answer, I list them as follows:
1.how do you set up NT challenge/response in an intranet
2.What are server variables (How do you get a login-user that is a WindowsNT
User) in ASP (these are listed under HTTP variables part of ServerObject)
3.how do you capture a userid from NT/Challenge respon | su 发帖数: 149 | 2
Don't understand this question. As long as "anonymous access" is disabled, the
auth challenge/response is automatically enabled. What do you need to set up?
And why would an intranet enviroment be any different?
Request.ServerVariables("AUTH_USER")
Isn't this the same question as 2?
What do you mean by "a MS word application"? And what kind of file do you want to launch?
【在 c******n 的大作中提到】 : Hi, Guys : I am going to have an interview, my main technique topics are about ASP, VB : and SQL Server as database. : One of my friends gave me some technique interview questions, among them I : don't know how to answer, I list them as follows: : 1.how do you set up NT challenge/response in an intranet : 2.What are server variables (How do you get a login-user that is a WindowsNT : User) in ASP (these are listed under HTTP variables part of ServerObject) : 3.how do you capture a userid from NT/Challenge respon
|
|