Thursday, September 29, 2011

Server Error in ‘/’ Application. Runtime Error in Sharepoint2010

when ever you are get this error message you need do following 3 changes in your web.config file
1.In customErrors tag set mode="Off" to "On"
2.In SafeMode tag set CallStack="true" to "false"
3.In compilation tag debug="false" to "true"

after do these changes in web.config you get require error message in sharepoint
Ex: When i trying to create custom list columns more than 276. i got following error message
size of the columns in this list exceeds the limit. Please delete some other columns first.

No comments:

Post a Comment