Asp.net file uploading

Discussion in 'ASP.NET / ASP.NET Core' started by nfpacertifi, Jul 6, 2010.

  1. Hi,

    I wanted to know what permissions I need to change in the control panel to allow file uploading on the server.
     
  2. You shouldn't need to change any permissions because the ASP.NET web application hosted on the DASP server executes in the security context of the 'Anonymous' account and it should already have read/write permission to the server root and sub folders. Is something not working?
     

Share This Page