0

I have an asp 4.0 site on IIS7.0 that will not load. Error message: HTTP Error 404.17 - Not Found.

ISAPI Filters for 4.0 do not exist in IIS.

aspnet_regiis.exe doesn't exist in :

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319. So I cant install it.

aspnet_filter.dll does not exist in above folder either.

How should I fix this problem?

Thanks

user999690
  • 257
  • 4
  • 10
  • 23

1 Answers1

2

If you're missing stuff in your .NET install, I would open Programs and Features and do a context-menu->Repair on your .Net 4 items.

If you have no such items there, check your Features. If they're not available there either, go download a fresh install from the web.

Gaute Løken
  • 7,522
  • 3
  • 20
  • 38