Thursday, 5 November 2009
Sharepoint Unknown error
To find out what the exact .net error is you need to alter the following in the web.config
Locate the CustomError element and change the attribute value:
From: mode="on"
To: mode="off"
Locate the SafeMode element:
Change the attribute on the Safemode element from
CallStack="false" to CallStack="true"
Locate the CustomError element and change the attribute value:
From: mode="on"
To: mode="off"
Locate the SafeMode element:
Change the attribute on the Safemode element from
CallStack="false" to CallStack="true"
Subscribe to:
Posts (Atom)