How to debug in SharePoint

by Andrew 30. January 2009 12:45

I know only the configuration part for script debugging using Visual Studio. Put DLLs for WebParts or Features into GAC and start debugging!!!


1: <?xml version="1.0" encoding="utf-8"?>

2:  

3: <configuration>

4:  

5:   <sharepoint>

6:  

7:     <safemode CallStack="”true”"></safemode>

8:  

9:   </sharepoint>

10:  

11:  </configuration>

12:  

13: <system.web>

14:  

15:   <customerrors mode="”Off”"></customerrors>

16:  

17:   <compilation debug="”true”"></compilation>

18:  

19: </system.web>

Tags:

SharePoint