Where I can see the data: PermissionError: [WinError 5] Access is denied: 'C:\Windows\system32\config\systemprofile\.uszipcode'
Context: Output from django log when my app fails to use your module
I am building a django web app that runs off of IIS. When I run the app through CMD (No IIS), it works perfectly, no issues at all. However, when I run my app through IIS, I get a denied access error.
My first though was that I should give access to this file/folder, however, it does not exist (my knowledge of systemprofile is limited) as usually adjusting perms on the directory where the Permissions Error occurs resolves it.
I do believe this may not actually be an issue related directly to your module but I have spent far too long trying to fix this. I also am not sure why this module needs to be in my system32.
Context: Output from django log when my app fails to use your module
I am building a django web app that runs off of IIS. When I run the app through CMD (No IIS), it works perfectly, no issues at all. However, when I run my app through IIS, I get a denied access error.
My first though was that I should give access to this file/folder, however, it does not exist (my knowledge of systemprofile is limited) as usually adjusting perms on the directory where the Permissions Error occurs resolves it.
I do believe this may not actually be an issue related directly to your module but I have spent far too long trying to fix this. I also am not sure why this module needs to be in my system32.
Any assistance in this issue would be a huge help