Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<%Option ExplicitDim objLogonSet objLogon = Server.CreateObject("LoginAdmin.ImpersonateUser")objLogon.Logon "username", "password", "DOMAIN"'Body of code for the page.Response.write "OK"objLogon.LogoffSet objLogon = Nothing%>