Author: cloudcap | Posted on: 4/28/2010 3:08:00 PM | Views : 1186

I have been given the task of finishing up a project started by someone else and am just learning asp.net.  I was given a zip file of the files.  When I load them into VWD and try to run the default.aspx page in debug mode, I receive an error that there is a problem with loading the master file.  When I try to run the master file,  I receive the error:
 
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS from the Web.Config file. 
My experience in asp.net is nothing more than creating my own rudimentary web pages, so I'm lost as far as what I needed to do in order to set up my environment in order to make changes to a web site created elsewhere.  HELP!
Thanks. 
...

Go to the complete details ...