Browse by Tags

All Tags » web.config (RSS)

SharePoint programming and permission problem by vik20000in

Hi, Last few days I was playing with SharePoint server 2007 and programming with it. All I was trying to do was add a list item in a simple list created in the SharePoint through a web part. The code to do the job was simple enough. SPWeb site = SPContext...

How to make all the application in a machine to run in release mode by vik20000in

Hi, Lets say you are running multiple application in a single machine, and want to make sure that all the application run in the release mode (debug is false, page output of trace is false etc..). These settings can easily be changed in the web.config...
More Posts