B
Blake
ASP code looks like this (win2k, IIS 5, Win2k AD):
<%
Set oUser = GetObject("WinNT://ourdomain/testuser")
response.write("user = " & oUser.Name)
%>
output is this:
error '80070035'
/cyphir/auth/test.asp, line 2
The .asp page is running as 'testuser'.
This works on our test domain, fails on production - please help if you can.
Blake
<%
Set oUser = GetObject("WinNT://ourdomain/testuser")
response.write("user = " & oUser.Name)
%>
output is this:
error '80070035'
/cyphir/auth/test.asp, line 2
The .asp page is running as 'testuser'.
This works on our test domain, fails on production - please help if you can.
Blake