IIS returning plain Forbidden response. No HTTP code
- by Alex Pineda
I'm running a ServiceStack application on IIS. My regular services work fine and have not had any problems with permissions.
My new project involves providing generated pdfs. I gave IIS_IUSRS read/write permissions to the Temp directory under my app directory. I also allow non SSL connections to this directory. When I browse to the file which…