Why am I getting the error "Unrecognized attribute 'targetFramework'" in iis6?

Viewed 14145

I have a MVC application using .Net 4.0 and have installed it on a server with IIS 6 on it. I installed .Net 4 on the server and changed the ASP.Net version to 4.0.xxx.

Unfortunately, I am still getting the error "Unrecognized attribute 'targetFramework'". What am I missing?

3 Answers
Related