Hi. I have the same error. But I don't know what happened because I have done a lot of things. I have windows 7 system operation. I created a pool for .net 2.0 version, Classic pipeline mode and enable 32 bits applications. I create a virtual directory with
this pool. Can you help me, please? Thanks!!!
if your on a Win7 box, look at your 'Windows Features' under 'Mcrosoft .NET Framework 3.5.1' and make sure you have installed 'WIndows Communication Foundation HTTP Activation'.
Sorry if this was a repeat answer but I did not see it on this thread.
I'm having the same issue as the guy in this other post. I have a
HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.
from an installation of the Umbraco CMS 4.71 (integrated .net v4 AppPool) - on this server i have a number of umbraco 4.5 installs using the 3.5 Framework working fine. This is my first attempt at a .net 4 framework umbraco installation although i do have
a simple web app running .net 4 framework too (just not the cms)
i've followed your advice here
%windir%\system32\inetsrv\appcmd.exe list config "site's name" -section:system.webServer/handlers
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace localhost.VOX
{
public class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
public Button Button1;
}
}
}
in IIS there is ASP.NET 1.1 application pool configured to use vs 1.1;
i created web site that uses .net v 2.0 (there is no 1.1 option) that uses ASP.Net 1.1 application pool
HCamper
8048 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Jul 14, 2011 02:40 PM|LINK
Hello @ mferraz,
I suggest you look at http://learn.iis.net/page.aspx/243/aspnet-integration-with-iis-7/
guide as a start for the changes for IIS Server Net Frameworks and Application Pools.
For Trouble Shooting use this http://learn.iis.net/page.aspx/245/how-to-capture-aspnet-page-trace-events-in-iis7-tracing/ guide.
The conversion of of Net 1.1 application code to framework 3.5
typically means you use the Net 2.0 "Classic"
not Net 4.0 "Classic" ApplicationPools.
Note: The Net Framework 3.5 is part of the Net 2.0 choices
after install of Dot Net Framework 3.5 Service Pack 1 with updates and security patches.
Martin
Community Member Award 2011
marcela.more...
1 Post
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Sep 01, 2011 09:15 AM|LINK
HCamper
8048 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Sep 01, 2011 09:40 AM|LINK
Hi @ marcela.moreno ,
You have problems and the current suggestions and information does not help.
You need to create a new thread with information for your system.
Post in the thread errors from the IIS Server log and what things you have done so far.
You should add information for the layout of IIS Server for virtual directories and Web Sites and Applications.
After you have created the new thread members & users will try and help.
Martin
Community Member Award 2011
haldiggs
3 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Jan 13, 2012 07:22 PM|LINK
if your on a Win7 box, look at your 'Windows Features' under 'Mcrosoft .NET Framework 3.5.1' and make sure you have installed 'WIndows Communication Foundation HTTP Activation'.
Sorry if this was a repeat answer but I did not see it on this thread.
IIS7 .NET #64bit
find_ananth
1 Post
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Feb 01, 2012 07:20 PM|LINK
digitalpotio...
2 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Feb 15, 2012 01:09 PM|LINK
Hi Leo,
hope you are well?
I'm having the same issue as the guy in this other post. I have a
HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.
from an installation of the Umbraco CMS 4.71 (integrated .net v4 AppPool) - on this server i have a number of umbraco 4.5 installs using the 3.5 Framework working fine. This is my first attempt at a .net 4 framework umbraco installation although i do have a simple web app running .net 4 framework too (just not the cms)
i've followed your advice here
%windir%\system32\inetsrv\appcmd.exe list config "site's name" -section:system.webServer/handlers
with the results / details pasted here
scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll"
preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0"
/>
<add name="rules-ISAPI-4.0_32bit" path="*.rules" verb="*" modules="IsapiModu
le" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.
dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit
="0" />
<add name="xoml-ISAPI-4.0_32bit" path="*.xoml" verb="*" modules="IsapiModule
" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dl
l" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="
0" />
<add name="xamlx-ISAPI-4.0_32bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG"
modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.3
0319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" r
esponseBufferLimit="0" />
<add name="aspq-ISAPI-4.0_32bit" path="*.aspq" verb="GET,HEAD,POST,DEBUG" mo
dules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.303
19\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" res
ponseBufferLimit="0" />
<add name="cshtm-ISAPI-4.0_32bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG"
modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.3
0319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" r
esponseBufferLimit="0" />
<add name="cshtml-ISAPI-4.0_32bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG
" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0
.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32"
responseBufferLimit="0" />
<add name="vbhtm-ISAPI-4.0_32bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG"
modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.3
0319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" r
esponseBufferLimit="0" />
<add name="vbhtml-ISAPI-4.0_32bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG
" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0
.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32"
responseBufferLimit="0" />
<add name="AXD-ISAPI-4.0_64bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modu
les="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0.303
19\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" res
ponseBufferLimit="0" />
<add name="PageHandlerFactory-ISAPI-4.0_64bit" path="*.aspx" verb="GET,HEAD,
POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Fram
ework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.
0,bitness64" responseBufferLimit="0" />
<add name="SimpleHandlerFactory-ISAPI-4.0_64bit" path="*.ashx" verb="GET,HEA
D,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Fr
amework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv
4.0,bitness64" responseBufferLimit="0" />
<add name="WebServiceHandlerFactory-ISAPI-4.0_64bit" path="*.asmx" verb="GET
,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NE
T\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVers
ionv4.0,bitness64" responseBufferLimit="0" />
<add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_64bit" path="*.rem" verb
="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\Microso
ft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtim
eVersionv4.0,bitness64" responseBufferLimit="0" />
<add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_64bit" path="*.soap" ve
rb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\Micro
soft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runt
imeVersionv4.0,bitness64" responseBufferLimit="0" />
<add name="svc-ISAPI-4.0_64bit" path="*.svc" verb="*" modules="IsapiModule"
scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dl
l" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="
0" />
<add name="rules-ISAPI-4.0_64bit" path="*.rules" verb="*" modules="IsapiModu
le" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isap
i.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLim
it="0" />
<add name="xoml-ISAPI-4.0_64bit" path="*.xoml" verb="*" modules="IsapiModule
" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.
dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit
="0" />
<add name="xamlx-ISAPI-4.0_64bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG"
modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0
.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64"
responseBufferLimit="0" />
<add name="aspq-ISAPI-4.0_64bit" path="*.aspq" verb="GET,HEAD,POST,DEBUG" mo
dules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0.3
0319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" r
esponseBufferLimit="0" />
<add name="cshtm-ISAPI-4.0_64bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG"
modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0
.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64"
responseBufferLimit="0" />
<add name="cshtml-ISAPI-4.0_64bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG
" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4
.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness6
4" responseBufferLimit="0" />
<add name="vbhtm-ISAPI-4.0_64bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG"
modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0
.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64"
responseBufferLimit="0" />
<add name="vbhtml-ISAPI-4.0_64bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG
" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4
.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness6
4" responseBufferLimit="0" />
<add name="TraceHandler-Integrated-4.0" path="trace.axd" verb="GET,HEAD,POST
,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,run
timeVersionv4.0" />
<add name="WebAdminHandler-Integrated-4.0" path="WebAdmin.axd" verb="GET,DEB
UG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runt
imeVersionv4.0" />
<add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" ver
b="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="in
tegratedMode,runtimeVersionv4.0" />
<add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,P
OST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,
runtimeVersionv4.0" />
<add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD
,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedM
ode,runtimeVersionv4.0" />
<add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,
HEAD,POST,DEBUG" type="System.Web.Script.Services.ScriptHandlerFactory, System.W
eb.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
" preCondition="integratedMode,runtimeVersionv4.0" />
<add name="HttpRemotingHandlerFactory-rem-Integrated-4.0" path="*.rem" verb=
"GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHa
ndlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicK
eyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" />
<add name="HttpRemotingHandlerFactory-soap-Integrated-4.0" path="*.soap" ver
b="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemoting
HandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, Publi
cKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" />
<add name="svc-Integrated-4.0" path="*.svc" verb="*" type="System.ServiceMod
el.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version
=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integr
atedMode,runtimeVersionv4.0" />
<add name="rules-Integrated-4.0" path="*.rules" verb="*" type="System.Servic
eModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Ver
sion=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="in
tegratedMode,runtimeVersionv4.0" />
<add name="xoml-Integrated-4.0" path="*.xoml" verb="*" type="System.ServiceM
odel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Versi
on=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="inte
gratedMode,runtimeVersionv4.0" />
<add name="xamlx-Integrated-4.0" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" t
ype="System.Xaml.Hosting.XamlHttpHandlerFactory, System.Xaml.Hosting, Version=4.
0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integrate
dMode,runtimeVersionv4.0" />
<add name="aspq-Integrated-4.0" path="*.aspq" verb="GET,HEAD,POST,DEBUG" typ
e="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv
4.0" />
<add name="cshtm-Integrated-4.0" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" t
ype="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersio
nv4.0" />
<add name="cshtml-Integrated-4.0" path="*.cshtml" verb="GET,HEAD,POST,DEBUG"
type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVers
ionv4.0" />
<add name="vbhtm-Integrated-4.0" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" t
ype="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersio
nv4.0" />
<add name="vbhtml-Integrated-4.0" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG"
type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVers
ionv4.0" />
<add name="ScriptHandlerFactoryAppServices-Integrated-4.0" path="*_AppServic
e.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.We
b.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
preCondition="integratedMode,runtimeVersionv4.0" />
<add name="ScriptResourceIntegrated-4.0" path="ScriptResource.axd" verb="GET
,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, V
ersion=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="
integratedMode,runtimeVersionv4.0" />
<add name="rules-Integrated" path="*.rules" verb="*" type="System.ServiceMod
el.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral
, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2
.0" />
<add name="rules-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" sc
riptProcessor="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" p
reCondition="classicMode,runtimeVersionv2.0,bitness32" />
<add name="rules-64-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule"
scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.d
ll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
<add name="xoml-Integrated" path="*.xoml" verb="*" type="System.ServiceModel
.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0
" />
<add name="xoml-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scri
ptProcessor="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" pre
Condition="classicMode,runtimeVersionv2.0,bitness32" />
<add name="xoml-64-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" s
criptProcessor="C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll
" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
<add name="svc-ISAPI-2.0-64" path="*.svc" verb="*" modules="IsapiModule" scr
iptProcessor="%SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll
" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
<add name="svc-ISAPI-2.0" path="*.svc" verb="*" modules="IsapiModule" script
Processor="%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" pre
Condition="classicMode,runtimeVersionv2.0,bitness32" />
<add name="svc-Integrated" path="*.svc" verb="*" type="System.ServiceModel.A
ctivation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, Pu
blicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0"
/>
<add name="ASPClassic" path="*.asp" verb="GET,HEAD,POST" modules="IsapiModul
e" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="File" />
<add name="SecurityCertificate" path="*.cer" verb="GET,HEAD,POST" modules="I
sapiModule" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="Fi
le" />
<add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceTy
pe="File" requireAccess="Execute" allowPathInfo="true" />
<add name="TraceHandler-Integrated" path="trace.axd" verb="GET,HEAD,POST,DEB
UG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode" />
<add name="WebAdminHandler-Integrated" path="WebAdmin.axd" verb="GET,DEBUG"
type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode" />
<add name="AssemblyResourceLoader-Integrated" path="WebResource.axd" verb="G
ET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integr
atedMode" />
<add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,
DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode" />
<add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POS
T,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode"
/>
<add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD
,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory, Syste
m.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3
a" preCondition="integratedMode,runtimeVersionv2.0" />
<add name="HttpRemotingHandlerFactory-rem-Integrated" path="*.rem" verb="GET
,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandle
rFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyTo
ken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
<add name="HttpRemotingHandlerFactory-soap-Integrated" path="*.soap" verb="G
ET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHand
lerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKey
Token=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
<add name="AXD-ISAPI-2.0" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="I
sapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_
isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBuffe
rLimit="0" />
<add name="PageHandlerFactory-ISAPI-2.0" path="*.aspx" verb="GET,HEAD,POST,D
EBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2
.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness3
2" responseBufferLimit="0" />
<add name="SimpleHandlerFactory-ISAPI-2.0" path="*.ashx" verb="GET,HEAD,POST
,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\
v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitnes
s32" responseBufferLimit="0" />
<add name="WebServiceHandlerFactory-ISAPI-2.0" path="*.asmx" verb="GET,HEAD,
POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framew
ork\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bi
tness32" responseBufferLimit="0" />
<add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0" path="*.rem" verb="GET,
HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\F
ramework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2
.0,bitness32" responseBufferLimit="0" />
<add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0" path="*.soap" verb="GE
T,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET
\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersion
v2.0,bitness32" responseBufferLimit="0" />
<add name="AXD-ISAPI-2.0-64" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules
="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\as
pnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" response
BufferLimit="0" />
<add name="PageHandlerFactory-ISAPI-2.0-64" path="*.aspx" verb="GET,HEAD,POS
T,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework
64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bit
ness64" responseBufferLimit="0" />
<add name="SimpleHandlerFactory-ISAPI-2.0-64" path="*.ashx" verb="GET,HEAD,P
OST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framewo
rk64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,b
itness64" responseBufferLimit="0" />
<add name="WebServiceHandlerFactory-ISAPI-2.0-64" path="*.asmx" verb="GET,HE
AD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Fra
mework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2
.0,bitness64" responseBufferLimit="0" />
<add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0-64" path="*.rem" verb="G
ET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NE
T\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVers
ionv2.0,bitness64" responseBufferLimit="0" />
<add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0-64" path="*.soap" verb=
"GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.
NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVe
rsionv2.0,bitness64" responseBufferLimit="0" />
<add name="CGI-exe" path="*.exe" verb="*" modules="CgiModule" resourceType="
File" requireAccess="Execute" allowPathInfo="true" />
<add name="SSINC-stm" path="*.stm" verb="GET,POST" modules="ServerSideInclud
eModule" resourceType="File" />
<add name="SSINC-shtm" path="*.shtm" verb="GET,POST" modules="ServerSideIncl
udeModule" resourceType="File" />
<add name="SSINC-shtml" path="*.shtml" verb="GET,POST" modules="ServerSideIn
cludeModule" resourceType="File" />
<add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportM
odule" requireAccess="None" />
<add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupp
ortModule" requireAccess="None" />
<add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD
,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Fra
mework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0
,bitness32" responseBufferLimit="0" />
<add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD
,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Fra
mework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4
.0,bitness64" responseBufferLimit="0" />
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,
POST,DEBUG" type="System.Web.Handlers.TransferRequestHandler" preCondition="inte
gratedMode,runtimeVersionv4.0" />
<add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDo
cumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read"
/>
what can i do to get the handler working correctly and rendering the file as aspx rather than a static file?
many thanks in advance
Ed.D
digitalpotio...
2 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Feb 15, 2012 01:16 PM|LINK
it's okay - i followed the previous Revert to Parent advice
I don't understand why it works but it does
thanks
Ed.
hassanmohame...
2 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Mar 08, 2012 06:02 PM|LINK
we are working on legacy .net1.1 app and trying to run in iis7. i built a test web site
<%@ Page Language="c#" CodeBehind="Default.aspx.cs" AutoEventWireup="true" Inherits="localhost.VOX._Default"
AspCompat="true" ValidateRequest="false" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
hello
<asp:Button ID="Button1" runat="server" Text="Button" />
</div>
</form>
</body>
</html>
sing System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace localhost.VOX
{
public class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
public Button Button1;
}
}
}
in IIS there is ASP.NET 1.1 application pool configured to use vs 1.1;
i created web site that uses .net v 2.0 (there is no 1.1 option) that uses ASP.Net 1.1 application pool
when i browsed i got the error as above.
Amardeep_Pur...
2 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Mar 08, 2012 10:42 PM|LINK
Try to look at this article. it shows how to setup an asp.net 1.1 site on IIS 7
http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis-on-vista-and-windows-2008/
Regards,
Amardeep Puri
hassanmohame...
2 Posts
Re: IIS 7.0 - HTTP Error 404.17 - Not Found - Static File Handler.
Mar 09, 2012 12:50 PM|LINK
i followd exactly all steps;
perhaps problem in web.config
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>