I got this error message on a server while installing Dynamics. At first I thought the problem was that my IIS is running 64 bit .NET 2.0 (I’ve had problems with that in the past), but it turns out that the actual problem is that .NET 4.0 was installed.
This guy figured out what the problem is: The installer checks for a specific filter in the IIS settings, which doesn’t exist when .NET 4.0 has been installed.
I’ll repeat the fix here, hopefully making this a bit more “discoverable” by search engines (searching the exact error message gave me nothing helpful, just tips about running aspnet_regiis.exe -i repeatedly):
In IIS Manager, right click Web Sites, and select Properties.
Under ISAPI Filters, Add a new filter you call ASP.NET_2.0.50727, pointing to C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll (assuming 64 bit server, otherwise substitute Framework for Framework64).
Dynamics should now install without issue.
I usually don’t leave comments, but your post saved me. I have been researching this issue for quite sometime now. Thanks.
Thanks a lot, had been really losing hair over this one.
Cheers
THANK YOU for the solution! What makes the Internet a resource is people helping people!
It’s very nice to see that this actually was useful
I feel a bit bad about this one, as I rewrote it from the article I linked to, but I guess this one is easier to find when searching
Tanks Mate… your post save me many many time
Thanks a million man
Eurika – thanks, this one ate up a few hours of scavenging the void, thanks for putting it out there.
You’re a wonderful human. This appears to be one of “those things” that is in a google haystack to find and figure out.
Thanks for making a page just for it.
I must have really messed it up!
I continue having the same problem!….

Any further help, please?
I tried this solution but the setup issues the same message…

Hope someone can help me here…
Thanks in advance!
omg! you are the man! Thanks so much.
GREAT!!!!
Thanx. Thanx. Thanx. Thanx.
This post saved my the remainder of my hair. It is GREATLY APPRECIATED!!!!
Life saver!
Great post…. Thanks
You a god! Thanks Man!!!
That fixed the problem for me as well…