Link to home
Start Free TrialLog in
Avatar of DueFrom
DueFrom

asked on

NTML to NTMLv2

Hi,
Our server is going to go from NTMLv1 to NTMLv2.  In my asp page I have the below code for authentication.  Will this need to be updated with NTML upgrade?

username = Request.ServerVariables("LOGON_USER")

If username = "" then
  Response.Buffer = True
  Response.Clear
  Response.Status = "401 Not Authorized"
  Response.AddHeader "WWW-Authenticate", "NTLM"
  Response.End
End If

Server: Windows server 2008 - VMware - IIS 7
Windows Authentication Enabled HTTP 401 Challenge
ASKER CERTIFIED SOLUTION
Avatar of sammySeltzer
sammySeltzer
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Guy Hengel [angelIII / a3]
I've requested that this question be closed as follows:

Accepted answer: 500 points for sammySeltzer's comment http:/Q_27414387.html#37032640

for the following reason:

This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.
Avatar of DueFrom
DueFrom

ASKER

Would like to accept sammyseltzer solution with an A grade.