This is the correct handler mapping for aspx pages running in integratedMode, runtimeVersionv4.0, you can back up your web.config and web content, then revert your site's mappings to parent's, it should work for you(IIS Manager->high-light you web site->click
Handler Mappings icon on the home pane->click Revert to Parent... on the right Actions pane).
Thanks.
Please mark the replies as answers if they help or unmark if not.
Feedback to us
This is the correct handler mapping for aspx pages running in integratedMode, runtimeVersionv4.0, you can back up your web.config and web content, then revert your site's mappings to parent's, it should work for you(IIS Manager->high-light you web site->click
Handler Mappings icon on the home pane->click Revert to Parent... on the right Actions pane).
Hello, As an FYI, I had a similar issue with Windows 2008 and Windows 7. 1.I followed your steps: aspnet_regiss –I on a Windows 2008 (x64) and Windows 7 (x64) box. After running the above
command there seemed to be duplicate entries in Web.config. 2.Rather than trying to figure out which ones were causing the problem, I just restored the original web.config.
3.I ran the site again, and this time the error message pointed me to steps to reference the .NET 4.0 ISAPI extensions. 4.After that everything came up and ran just fine. I had originally installed .NET 4.0 and figured everything would
work. I did a simple hello world targeting .NET 2.0, 3.0, 3.5 that all worked, but the .NET 4.0 version didn’t. I now use these .NET target tests as a good simple way to determine if the following steps needed to be done. Do you see any other issues I should
be thinking about with all of this? Let me know if you would like any information regarding these steps, I could let you TS into the box if you do. FYI:
I’m in the OU if you want to contact me directly. Thanks Leo, Richard
Loba
I was having the same issue on IIS 7 and W2k8 x64. Great support trail and after reading it all I found that my problem was fixed by just clicking the "Revert to Parent." Well almost, then I had to add my URL redirect module to get the whole flow working.
This was great.
I am using Win7 32bit and IIS 7. a wcf application works just fine in VS2010 debug mode. Then I deploy it to a virtual directory on IIS7. When I try to add service reference to this wcf service, it gives me a download error (405). Then I try my service on browser,
404.17 the handler would not process script blahblah which you already know. I did aspnet_regiis to both framework 2.0 and 4.0, checked that .svc is handle by isapi.dll. and tried revert to parent. It still gives me 404.17. here is my output with the command
you provide. please help me.
Leo Tang - M...
4161 Posts
Microsoft
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
May 11, 2010 03:43 AM|LINK
Hi,
This is the correct handler mapping for aspx pages running in integratedMode, runtimeVersionv4.0, you can back up your web.config and web content, then revert your site's mappings to parent's, it should work for you(IIS Manager->high-light you web site->click Handler Mappings icon on the home pane->click Revert to Parent... on the right Actions pane).
Thanks.
Feedback to us
Develop and promote your apps in Windows Store
zipswich
54 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
May 11, 2010 09:31 AM|LINK
Hallelujah! It works. I double-clicked Handler Mappings and clicked "Revert to Inherited".
This mismatch must have been caused by OS upgrading (XP Pro -> Vista Business).
Thank you very much, Leo!
adimax24
1 Post
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
May 27, 2010 09:29 AM|LINK
RichLoba
1 Post
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Aug 23, 2010 06:53 PM|LINK
hm1984ir
1 Post
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Nov 12, 2010 08:49 AM|LINK
Hi Leo Tang,
Thank you very much ,I had the same problem and It became a nightmare for me then I could fix it by your help,
Thank you very much,
Hamid
ferroo
1 Post
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Jan 20, 2011 09:35 PM|LINK
Amardeep_Pur...
2 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Feb 05, 2011 07:52 PM|LINK
Hi all,
I was having the same issue on IIS 7 and W2k8 x64. Great support trail and after reading it all I found that my problem was fixed by just clicking the "Revert to Parent." Well almost, then I had to add my URL redirect module to get the whole flow working. This was great.
Regards,
Amardeep Puri
maxi_ng
5 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
May 24, 2011 05:01 PM|LINK
totaldotnet
1 Post
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Jun 15, 2011 06:34 AM|LINK
http://www.totaldotnet.com/Forums/ShowForum61.aspx
mferraz
2 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Jul 14, 2011 01:49 PM|LINK
Hello, i had an apllication in framework 1.1 and used the visualstudio2010 tool to automaticatly converted her to framework 3.5.
I Built her.. and ok no errors..
When i tried do view the default start page on IE i have the following error :
HTTP ERROR 404.17 - Not Found - Static File Handler.
I tried to revert to parent and nothing..same error..also tried do put her running on apll pool ASP.NET appl pool v4.0 Classic.. also same error..
Could you please help me?