I'm trying to deployed my ASP.NET MVC3 Application but when I run it with IIS 7 (passing by Browse *:80(http)), i get this error message : http://hpics.li/4dc7c93
After that, I tried to give to my Web.config and to the folder of my project all the permissions for the user "IIS_IUSRS" and for my other users but I get a blank page with no errors messages or anything else.
In my Server Manager, I've checked if "HTTP Errors" and "HTTP Redirection" were installed and it's the case.
More, I've checked my Event Viewer and I've seen this error : http://hpics.li/1ee5563. I don't know if this have a link with my problem.
For information, my Application Pool is DefaultAppPool using .NET Framework 4 and I'm working with Windows Server 2008 R2 Standard, IIS7 and .NET Framework 4.
Do you have any suggestion to resolve this problem ? I'm totally stuck :/