tags:

views:

338

answers:

1

Hey guys,

I am having some trouble when publishing an MVC application to a server, and even to my personal computer.

The server has the MVC framework installed so that is not the problem, and I also have it installed obviously.

The problem on my local machine is obviously a permissions thing but im not sure what permissions are needed... I tried adding IUSR to the application itself.

The iis error message is: Module IIS Web Core Notification BeginRequest Handler Not yet determined Error Code 0x80070005 Config Error Cannot read configuration file due to insufficient permissions Config File ~\Visual Studio 2008\Project\MVCApp\web.config

and on the server im getting "The page cannot be found" when trying to view anything in the app.

also this is a forms auth app that denys everything but authenticated users

+5  A: 
Climber104
any notes about the other problem?
Jimmy
unfortunately i've never seen that one before. :(I would move everything to the Inetpub folder (C:\inetpub\) and make sure IUSER has permissions to that folder and all subfolders)
Climber104