You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Any assistance in this issue would be a huge help
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: