I have a debug=true enabled deployment of my website on a server somewhere. When I open it in a browser on the server, I get a stacktrace for my errors. When I navigate to that page from another machine, I get squat. How do I enable the stacktraciness for remote machines?
EDIT
TO RECREATE
Create a vanilla Single Page App in Visual Studio and migrate everything to your database, web deploy that to Windows Server server somewhere with debug=true, attempt to debug connection string woes, fail as browsing the site from localhost on the server gives different behavior than browsing the site from an external machine.

