What is wrong with IIS 6.0 with .net 2.0

  • Thread starter Thread starter hwx2006
  • Start date Start date
H

hwx2006

Hey, everybody.

When I configure a new website with a port at 1080. It can be accessed
in local machine use
http://localhost:1080.

But I can not visit the website by http://ip:1080 from another pc, it
always said that
401.1 unauthorized...
But I am sure that the anonymous access is allowed.

Is anybody can tell me why?Thanks.
 
Make sure the IUSR_<MACHINE_NAME> user has permission to access the
directory through Windows ACLs too.
 
Back
Top