aspxページがあり、カスタムエラーが表示されますが、詳細なエラーメッセージが表示されません。私のweb.configは次のようになります。
<?xml version="1.0"?>
<configuration>
<appSettings />
<connectionStrings />
<system.web>
<compilation debug="true" />
<authentication mode="Windows" />
<customErrors mode="On" />
</system.web>
</configuration>