Solutions to solve the problem of 127.0.0.1 being inaccessible and 0x800A0046 not having permission: 'GetObject' Generally, when we debug ASP dynamic web pages locally, we can enter =========================== http://localhost http://local computer name http://127.0.0.1 ============================ When entering http://127.0.0.1, generally the machine needs to enter the user name and password to enter. There will be two situations here: The first situation is: I have just created a new IIS. In order to test IIS, the access at this time is iisstart.asp under "System DiskInetpubwwwroot", and then iisstart.asp jumps to localstart.asp, and at the same time Open iishelp. "localhost" and "computer name" are fine, but when entering 127.0.0.1, a dialog box pops up, requiring you to enter your account and password. Although they have the same symptoms, they are different situations.
The second situation is: a virtual directory has been established, which can be accessed through "localhost+virtual directory" and "computer name+virtual directory", but cannot be accessed through "127.0.0.1+virtual directory".