I control the code but not the server and the person at the other end knows as much about IIS as I do.
I have the classic:
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
in my root level web.config, but am not seeing error details. Could the above have been overriden by a setting at the server/application level?