I have a static content site that loads normally when "All unassigned" or 2 other virtual adapters on my pc is used in the binding. Whenever I select the main physical adapter's Ip, I get the "HTTP Error 404. The requested resource is not found". This adapter
is the one used in my internal LAN and for internet access. I've added an entry in the hosts file: 172.16.4.3 localhost (host header) for this but still doesn't work. I need help in resolving this. Thanks.
1. after implementing host header configuration in IIS, checked with Fiddler and noticed browser expects /favicon.ico file and it does not get it. it seems IIS is not able to serve this particular object and it becomes mandatory requirement.
Checked Staticmodule is added in IIS and .ico mimetype is also added. also placed the favicon.ico file in root directory but no help..
2. If host header configuration is removed then site works fine, however in fiddler still expects /favicon.ico but only after all other objects are successfully loaded and /favicon.ico is even not present in root directory.
appreciate any pointers.. is it something to do with some module has higher precedence over other?
ImaEtte
2 Posts
HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in the ...
Mar 02, 2012 06:46 PM|LINK
404 error from IIS 7.0
lextm
4503 Posts
Re: HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in ...
Mar 03, 2012 08:32 AM|LINK
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Leo Tang - M...
4161 Posts
Microsoft
Re: HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in ...
Mar 05, 2012 08:26 AM|LINK
Hi,
Have you resolved this issue? If your problem persists, could you please post the relevant IIS log entries and the output of following command here?
C:\Windows\System32\inetsrv>appcmd list sites
IIS log files located in C:\inetpub\logs\LogFiles by default.
Feedback to us
Develop and promote your apps in Windows Store
kctt
654 Posts
Re: HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in ...
Mar 06, 2012 04:19 AM|LINK
On your server test ping localhost and ping 172.16.4.3
by default localhost is 127.0.0.1
ImaEtte
2 Posts
Re: HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in ...
Mar 06, 2012 04:14 PM|LINK
neeraj.bajaj
7 Posts
Re: HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in ...
Mar 03, 2013 08:31 PM|LINK
guys, can you please help me out. i need to keep host header configurations and i am getting 404 not found.
appreciate pointers
adit
3 Posts
Re: HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in ...
Mar 18, 2013 02:10 PM|LINK
I am also getting same issue since this moth. Is this any patching issue released by MicroSoft? Before it was working fine. Any one have any idea?
adit
3 Posts
Re: HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in ...
Mar 18, 2013 02:16 PM|LINK
Even I am getting the same issue in iis 7.5. Any idea anyone
neeraj.bajaj
7 Posts
Re: HTTP Error 404. The requested resource is not found - occurs when a particular ip is used in ...
Mar 24, 2013 09:58 AM|LINK
any luck guys.. what is the limitation with host header? any IIS module gets overridden when we implement host header..
4 Posts
<div class="comment-right-col">Re: host header configuration issue - iis 7.0
a few seconds ago|LINK
<div>few observations-
1. after implementing host header configuration in IIS, checked with Fiddler and noticed browser expects /favicon.ico file and it does not get it. it seems IIS is not able to serve this particular object and it becomes mandatory requirement.
Checked Staticmodule is added in IIS and .ico mimetype is also added. also placed the favicon.ico file in root directory but no help..
2. If host header configuration is removed then site works fine, however in fiddler still expects /favicon.ico but only after all other objects are successfully loaded and /favicon.ico is even not present in root directory.
appreciate any pointers.. is it something to do with some module has higher precedence over other?
</div> </div>