For no apparent reason that I know of, my ASP.NET website on my local development server (IIS 7) started returning Error Code 500 - Internal server error.
After granting the user "Users (MY_COMPUTER_NAME\Users)" full control rights to this folder (virtual under IIS), the website started running again. But this time my PDF creator DLLs have are still not working (just keep returning null) and it seems to still be this security issue.
Am I missing any other security settings? I have given the folder full control to the following users:
- IUSR
- SYSTEM
- LOCAL SERVICE
- NETWORK SERVICE
- MyName(Belrije\MyName)
- Administrators (Belrije\Administrators)
- Users (Belrije\Users)
- IIS_IUSRS (Belrije\IIS_USRS)
P/S: Belrije is the computer name
NOTE: I have this same setup running on my laptop with no issues whatsoever.
I am using:
IIS 7
Windows 7 Ultimate
ASP.NET 3.5 Website