Wrox Home  
Search P2P Archive for: Go

  Return to Index  

security_asp thread: Re: NT Challenge response and XP


Message #1 by "Matthew Fulton" <matthewfulton281@y...> on Fri, 3 Jan 2003 16:42:47
Open a command prompt and change the current directory to

c:\inetpub\adminscripts or to where the adminscripts can be found.

Run the commands
adsutil set w3svc/UseHostName True
net stop iisadmin /y
net start w3svc
 
This will cause the IIS server to use the machine's host name rather than 
its IP address, and should slove your problem.

  Return to Index