File uploading in asp.net permission error (Access denied to path x)
        Posted  
        
            by Arash
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Arash
        
        
        
        Published on 2009-01-17T13:29:08Z
        Indexed on 
            2010/05/30
            1:02 UTC
        
        
        Read the original article
        Hit count: 405
        
I'm trying to upload some image files in my asp.net web app.
Server OS: Windows server 2003 and IIS 6
I granted write permission in IIS to root and destination folder and granted FullControl Access to this users IUSer_Mashinname, Asp.net user, network services,Everyone, and all other users to the web app root folder and upload destination folder, but there is "Access denied problem".
© Stack Overflow or respective owner