HTTP Error 404.4 on Vista
hi
I am using windows vista home edition.i wanted to work on internet but i am having problem i have tried to changed the windows features on but i m unable to work.as i am not known in all this , the error shown is HTTP Error 404.4 - Not Found,it is also says that a Handler is missing.please can some one help me thank you.
Reply With Quote
#2
Old 18-02-2009
Kirtikumar's Avatar
Kirtikumar Kirtikumar is offline
Member
Join Date: Dec 2008
Posts: 323
Re: HTTP Error 404.4
In the routine, if the object instantiation causes it to toss an error, catch it in the error-handler part.Various control files will result in different runtime errors, but primarily 426/429 etc are quite common.Knowing what error would be tossed out is a big help, as you can error-check for that error number, butif also knowing that some flag value indicates that it made it past the first few commands but not the 4th command in a procedure, then it had to crap out on that 4th command, so if it was trying to create an instance.
Reply With Quote
#3
Old 18-02-2009
Shen's Avatar
Shen Shen is offline
Member
Join Date: May 2008
Posts: 2,914
Re: HTTP Error 404.4
* If the file extension does not have a handler associated with it, add a handler mapping for the extension.
* Verify that the handler associated with the file extension is properly installed and configured.
* Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests.
Reply With Quote
#4
Old 18-02-2009
Steve123's Avatar
Steve123 Steve123 is offline
Member
Join Date: Feb 2008
Posts: 2,614
Re: HTTP Error 404.4
This error means that the Web server does not recognize the file extension of the requested resource. A module handler is not configured on the Web server for this extension. If the file extension being denied is required by the Web server, add the appropriate handler for the file extension.
Reply With Quote
#5
Old 18-02-2009
Snake08's Avatar
Snake08 Snake08 is offline
Member
Join Date: Apr 2008
Posts: 3,322
Re: HTTP Error 404.4
to resolve this go here http://support.microsoft.com/kb/934514
Reply With Quote
#6
Old 21-10-2009
Sharp Shooter Sharp Shooter is offline
Member
Join Date: Oct 2009
Posts: 1
Re: HTTP Error 404.4 on Vista
Ok, I got the same error message while trying to open wampserver. I do use vista homepack and in the configuration while installing wampserver, I used explorer.exe as my default browser. But still, as I tend to open localhost, Opera takes over and displays this error message.
I've tried to go to the link mentioned above but I think it's about IIS 7.0 in vista, which is not the problem I'm facing. So, do I need to download some additional handler files, or is it Opera which is creating the trouble.
Reply With Quote
No comments:
Post a Comment