Had to create a new application pool, as I don't want to fuck with one that's being used for 9 applications and have one (or more) of them stop working (this physical server manages 5 separate websites, four of which belong to clients). And now I get this:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information
Module: IIS Web Core
Notification: Unknown
Handler: Not yet determined
Error Code: 0x80070005
Config Error: Cannot read configuration file due to insufficient permissions
Config File: \?\C:\Inetpub\vhosts[site].com\httpdocs\web.config
I set the application pool to use the NetworkService identity (the identity associated with the other application pool has a password and I don't know it), which has full control over the related files.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information
Module: IIS Web Core
Notification: Unknown
Handler: Not yet determined
Error Code: 0x80070005
Config Error: Cannot read configuration file due to insufficient permissions
Config File: \?\C:\Inetpub\vhosts[site].com\httpdocs\web.config
I set the application pool to use the NetworkService identity (the identity associated with the other application pool has a password and I don't know it), which has full control over the related files.