Foremost, I am in a strict unique environment where VS cannot be installed on the network (On server, or workstation), so I cannot debug locally or remotely via VS.
I am trying to move this website written in VB.NET to another server.
The application pool setting for the new server is the same as the old server.
Copied the system files from the old server to the new one, and its giving me the CustomError page.
I tried to switch to another application pool in the new server, and it works but without access to the db (different service account/permissions), so pretty sure its not the code
and since the old server website still works using the same service account, I am certain its not the permission.
I also have tried setting the CustomError in web.config to custom error page, still giving the same CustomError page
I have tried setting the CustomError to Off in web.config, gave me the same CustomError page. With CustomError=Off - tried existingResponse="PassThrough" errorMode="Detailed" - tried setting through ASP.Net Tab, Edit configuration all resulted with the same CustomError.
Any suggestions would be great, thanks