MacHu-GWU / uszipcode-project

USA zipcode programmable database, includes up-to-date census and geometry information.
MIT License
231 stars 49 forks source link

Access Denied when Running Django project with this module on IIS #61

Open rmastroNTWRK opened 2 years ago

rmastroNTWRK commented 2 years ago

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