
Facing Access denied error while accessing files stored on another server through the asp.net application launched via Edge browser
Hi Team,
I have hosted my asp.net web application on xxxx server and it has some code blocks (File.ReadAllLines(filePath) and File.WriteAllText(filePath)) to access(read/write) files that are stored in a shared folder on yyyy server.
When I launch my application in Internet Explorer, the code blocks are executed successfully and I'm able to read/update those files without any issues but, when I launch my application in an Edge browser, I'm getting "Access to the path is denied" error in reading the file line itself.
FYI: I have given everyone with full access to that path
Could anyone please help me to resolve this issue?
Thanks in Advance
Microsoft Edge Microsoft Edge development
