Sometime we might get error message when we run moss pages or webparts of we add.How could we to get more debug messages. We can modify config setting to enable this feature.
Step
- Open the Web Application Web.config file
C:\Inetpub\wwwroot\wss\VirtualDirectories\{Web:Port} - Find the SafeMode section and modify CallStack="ture"
- Find the customErrors section and modify mode="Off"
- IISReset