Hi,
We have moved our domain controllers from win2K to win3K.
The script below doesnt work at all now because by default Win3K disables "Network access: Let Everyone permissions apply to anonymous users"
GetObject("WinNT://domain/domainController/username,user")
We are using GetObject to get the user groups, so as to restrict them to certain parts of the website. [Integrated Windows Authentication has been selected in IIS]
It still works with one of the old DC's which is win2K.
We would like to keep the Anonymous access disabled for security purposes. Is there anything which can be done by ASP code, in order to make this work?
Please help!!
Thanks