web.config in TemplateGalleryPath

Last post 09-16-2010, 12:45 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  09-15-2010, 3:02 AM 64021

    web.config in TemplateGalleryPath

    Saving a .htm template adds a web.config to the TemplateGalleryPath folder with HttpForbiddenHandler:
     
    <configuration>
      <system.web>
        <httpHandlers>
          <add verb="*" path="*.*" type="System.Web.HttpForbiddenHandler" />
        </httpHandlers>
      </system.web>
    </configuration> 
     
    Consequently, IIS forbids any direct urls to TemplateGalleryPath or its subfolders.
     
    Is there any setting to prevent adding this web.config ?  
     
    Regards, 
     -mika-
    Filed under:
  •  09-16-2010, 12:45 AM 64036 in reply to 64021

    Re: web.config in TemplateGalleryPath

View as RSS news feed in XML