I am trying to deploy a website that I have built in mvc3 on an server that runs iis7. I was able to get it running through the iis7 locally on my laptop, but when I try to
I faced this error last week and it can be caused by many things:
For my part I forget to changed my logging directory path value in the web.config to an existing directoy.
What you can do to know if it's an configuration error or an error in your application is to create a new default MVC project in VS and to deploy it in the same apppool.