Ashok Raja

Physically locate assemblies in GAC

Physically locating the assembly in GAC would help in debugging assemblies deployed into GAC. In .Net debug symbols of assemblies are available in .pdb file which is created along with the assembly during compilation.  Deployment  …read more

Ashok Raja

Display Stack Trace in Sharepoint 2010

Enabling display of stack trace information in SharePoint 2010 is bit different when compared to SharePoint 2007. In SharePoint 2010 it can be categorized into two types based on page type. Displaying trace information for  …read more