How do I resolve the config error which states a machine to application error
        Posted  
        
            by waterfalrain
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by waterfalrain
        
        
        
        Published on 2010-03-10T07:46:16Z
        Indexed on 
            2010/04/04
            6:13 UTC
        
        
        Read the original article
        Hit count: 433
        
I imported a website made in visual studio express 2008 to visual studio express 2010. When I run the home page I get the following 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."
When I looked up the meaning of this on Google I read their needed to be a change to the configuration of the virtual directory. Another suggestion was to change the web config files . T
Were these suggestions correct? If so how do I emplement them so that I can view these website pages on my local machine.
© Stack Overflow or respective owner