Long story short:
We are moving a website from it's current location on a Physical Windows Server 2008 running ColdFusion 8 Standard to a Virtual Server Windows Server 2008 R2 Datacenter running ColdFusion 10 Standard.
After moving everything over I am getting an error that I've bashed my head against a wall troubleshooting for 6+ hours before my supervisor had me revert us back to the previous setup.
Well I brought the "new" setup in a sandbox so I can test what's going on and that's where I need your help. Visually, when you request a page, it may load, throw an error, or display a white page (viewing source shows that a random amount of the page code exists, but not enough to render anything on screen)
I performed a Failed Request Trace, and it states the following information:
SUMMARY
URL: http://www.domain.tld:80/alpha/beta/favicon.ico
AppPool: domain
Authentication: anonymous
User from token: SERVERNAME\IIS Service
Activity ID: {00000000-0000-0000-2701-0080000000F3}
Site: 1
Process: 2740
Failure Reason: STATUS_CODE
Trigger Status: 404
Final Status: 404
Time Taken: 172 msec
ERRORS
Event: MODULE_SET_RESPONSE_ERROR_STATUS (Module Name: IIS Web Core)
ModuleName: IIS Web Core
Notification: 16
HttpStatus: 404
HttpReason: Not Found
HttpSubStatus: 0
ErrorCode: 2147942402
ConfigExceptionInfo:
Notification: MAP_REQUEST_HANDLER
ErrorCode: The system cannot find the file specified (0x80070002)
If you can help in any way, it is greatly appreciated.