We have a ASP.Net application that creates a report and we would like it to save on a Network folder. Unfortunately we are getting an access denied error when running the app when a running on the server as local admin or using a computer. When we log in to the server using a service account with access to the network folder the file is created without an issues.
Current Authentication, ASP.net impersonation (Enabled) set to Authenticated user and Windows Authentication enabled.
IIS is running on MS Server 2016 with IIS 10. ASP.net application was developed in Visual Studio 2019.
Any Pointers would be appreciated.
Best regards,
Robert Young