Iis – Could not load all ISAPI filters after installing VS2010 on Win 7 – 64bit

iisisapiwindows 7

My website was working locally on my

Win 7 64 bit machine. I then installed VS2010 opted to not upgrade to .NET 4.0

Now when i go to my site i get the following error

HTTP Error 500.0 – Internal Server Error
Calling LoadLibraryEx on ISAPI filter "C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll" failed

In the event log i get

Could not load all ISAPI filters for site 'ESTORE'. Therefore site startup aborted.

The site is using "DefaultAppPool" and Enabled 32-bit Application is set to True

Best Answer

OK, a little dumb on my part. I set Enable 32 bit back to true and it worked.