IIS Not working
        Posted  
        
            by 3bd
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by 3bd
        
        
        
        Published on 2010-05-23T19:57:38Z
        Indexed on 
            2010/05/23
            20:50 UTC
        
        
        Read the original article
        Hit count: 256
        
I have a web site that built on Visual studio 2008 and
i need to run it from my computer (Win 7 Ultimate)  as a server
I tried to publish it to IIS and this is simply not working
and i have the flowing error :  
Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.  
Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
any one can help?
© Stack Overflow or respective owner