IIS 7.5 IP地址有效但完全限定名称不起作用

PV1*_*PV1 5 iis-7

以下是步骤(Windows Server 2008,R2,IIS 7.5)

  • 在默认网站下创建新的虚拟文件夹
  • 在该虚拟文件夹中创建新应用程序
  • 将helloworld.htm页面添加到该应用程序
  • 使用完全限定名称访问helloworld.htm没有问题http://server_name/virtual_folder/application/helloworld.htm

  • 对于应用程序,将Security-> Authentication更改为需要Windows身份验证,不允许匿名身份验证

  • 要访问同一页面,您需要使用ip_address而不是server_name.

请帮忙!

谢谢PV

dex*_*ter 0

听起来这可能是一个 dns 问题,您可以尝试创建一个主机条目(c:\windows\system32\drivers\etc\hosts 并将映射放在那里 FQDN -> IP

看看是否有效。