Ho creato un programmino per fare l'upload di file in una cartella ma questa mi genera un errore di sicurezza.
[B]Access to the path "C:\SitoFoto\Pics" is denied.
Exception Details: System.UnauthorizedAccessException: Access to the path "C:\SitoFoto\Pics" is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
Cosa posso fare???

Rispondi quotando
