web services - IP address changes "automagically" for Default Web Site in IIS -
There is a very strange one with our IIS on one server, sometimes it is 127.0 from the IP address (all unassigned). Changing to 0.1, which can be used to make our web service unsuccessful. Will there be any configuration changes anywhere in IIS? Do anyone have the same experience? Many people have access to this server, so they claim that they have not touched it, despite this I suspect human interference here, I want a way to track it.
I do not know why this happens, but I do some solution:
- with the same parameter Create a new web and disable (stop) the old one.Look whether it still happens
- Assign a fixed (local) IP address instead of "all unassigned" and see if .
Is a third-party IIS component / ISAPI extension that can be used with your setup
You can also view the timestamp of the (IIS 6) file (or Windows Server 2000's IIS 5-C: \ WINNT \ system32 \ inetsrv in MetaBase.bin) to see it That when it was compromised.
Here is an interesting article.
Comments
Post a Comment