access shared folder from Tow IIS server.

Somnath Shukla 411 Reputation points
2020-11-20T03:11:24.67+00:00

i am using .net core 3.1.18 web api hosted in IIS. i have load balancer hosting the api on two windows server. i am writing a file since i need to access the file from from two server i am using UNC path for folder sharing.
i need to access a shared location and i am running the code using WindowsIdentity.RunImpersonated.
apppool is running and Network service and Network service has access on shared location.
i am facing the issues not able to access the path.
i have faced the same issue on .Net 5.
is this feature is not supported in .Net core is there any other design / solution for this scenarion.

https://github.com/dotnet/runtime/issues/29935

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,080 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,222 questions
{count} votes

0 additional answers

Sort by: Most helpful