Access is denied file upload

Tyrael

New Member
I'm getting a access is denied when I try to upload a file to a directory with the ASP.NET Web API controller. When I upload a file on my Web Form, Default.aspx.cs, I have no access issue.What would my default.aspx page have access, while my controller doesn't? Both files have the same "owner".I've implemented impersonation, but that does not resolve the issue.Any ideas are appreciated.
 
Top