views:

186

answers:

1

Hello.
I'm trying to launch my mvc 2 application from iis 7.5 and get HTTP 403.14 - Forbidden error. That's what I did:
1. Went to add or remove windows fitures checked iis, asp.net, http redirect. Installed all this stuff.
2. Launched Visual studio 2010 (release), created standart mvc 2 project and published it in default web site/ApplicationName
3. Set default DefaultAppPool .Net version to 4.0.
I'm the only user of the computer and have admin rights.
What might be wrong?

Thank you for your help.

A: 

Check out the answer from Rohan West in this stackoverflow thread: (the runAllManagedModulesForAllRequests attribute)

I had tried a bunch of other solutions (re-registering .NET 4.0 with IIS, migrating the config file, reinstalling .NET framework and VS), but this did the trick for me (oh joy :-)

Torben Warberg Rohde