Previous Next

Thread: FPSE Allow anonymous upload

Last post 09-24-2008 5:54 PM by robmcm. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 09-23-2008, 5:43 PM

    • ashleyf
    • Not Ranked
    • Joined on 02-17-2006, 7:40 PM
    • Santa Cruz
    • Posts 4

    FPSE Allow anonymous upload

    I have always been able to get anonymous upload to work in IIS 6. This is the feature exposed in FrontPage and Expression Web where you right click a folder and have access to various permissions like 'allow scripts to be run'. Every time I try and check the 'allow anonymous upload to this directory' box and apply and ok, then refresh, i can see the changes have not taken. Is this feature curently broken (does it work for anybody out there?) or is there something I need to know about IIS 7 that needs to be changed?

  • 09-24-2008, 5:54 PM In reply to

    • robmcm
    • Top 50 Contributor
    • Joined on 05-26-2006, 9:05 PM
    • Redmond, WA
    • Posts 85

    Re: FPSE Allow anonymous upload

    The file upload feature does work in IIS7 - I'm not sure why you're seeing the behavior that you're describing. If you take a look at the settings for your upload directory in the IIS applicationHost.config file, do you see an entry like the following:

    <location path="Default Web Site/UPLOADS">
      <system.webServer>
        <security>
          <authentication>
            <clientCertificateMappingAuthentication enabled="false" />
            <iisClientCertificateMappingAuthentication enabled="false" />
          </authentication>
          <access sslFlags="None" />
        </security>
        <handlers accessPolicy="None" />
      </system.webServer>
    </location>
    Robert McMurray
Page 1 of 1 (2 items)
Page view counter