Can't launch asp.net mvc 2 application from iis 7.5

Posted by StuffHappens on Stack Overflow See other posts from Stack Overflow or by StuffHappens
Published on 2010-05-09T07:33:11Z Indexed on 2010/05/09 7:38 UTC
Read the original article Hit count: 744

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about iis-7.5

Related posts about asp.net-mvc-2