RE: Upload files

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 10/26/05

  • Next message: Dominick Baier [DevelopMentor]: "Re: HttpContext.Current.User.Identity.Name & ServerVariable("LOGON_USE"
    Date: Wed, 26 Oct 2005 08:17:42 GMT
    
    

    Hello,

    To allow form authenticated user upload files to a IIS server, you can
    create a additional application pool ( I assume you work with IIS 6 and
    NET framework 1.1), and set the application pool's indetity as a
    particular local account who has enough permission to access your local
    file system. In this way, you don't need to grant everyone, only the
    particular user.

    Here is an article about how to upload a file in ASP.NET, hope this help:

    http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q315832

    Luke


  • Next message: Dominick Baier [DevelopMentor]: "Re: HttpContext.Current.User.Identity.Name & ServerVariable("LOGON_USE"