Renaud Comte has a great tip on how to get the full ASP.NET errors appearing in WSS 3.0.
The detail is to add the following item to your Web.Config:
<SafeMode MaxControls="200" CallStack="false" ...> <!-- Becomes --> <SafeMode MaxControls="200" CallStack="true" ...> <customErrors mode="On" /> <!-- Becomes --> <customErrors mode="Off" /> <compilation batch="false" debug="false"> <!-- Becomes --> <compilation batch="true" debug="true">
<SafeMode MaxControls="200" CallStack="false" ...> <!-- Becomes -->
<SafeMode MaxControls="200" CallStack="true" ...>
<customErrors mode="On" /> <!-- Becomes -->
<customErrors mode="Off" />
<compilation batch="false" debug="false"> <!-- Becomes -->
<compilation batch="true" debug="true">
Check Renaud's blog post here.
I have made the recommended changes now we are receiving the following error message
Unable to read the security policy file for trust level 'WSS_Medium'
ranyn1
now do this
<!--<trust level="WSS_Minimal" originUrl="" />-->
<trust level="Full" originUrl="" />
Done whatever said. Now getting the following error. what does error referes to?
Unknown SPRequest error occurred. More information: 0x80070002