Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / productivity / SharePoint

User-controls development for Sharepoint

3.00/5 (1 vote)
17 May 2011CPOL 7.1K  
This Tip/Trick explains how to develop user-controls for Sharepoint a little faster
Many people develop custom user-controls for Sharepoint.

When doing so, I often found many a developer deploying each change they make, attaching the debugger to the w3 process in order to debug their code.

However this is not required, simply create a testpage in you project, then add your usercontrol to that testpage, F5 and voila, no need to deploy all the time to test. You also avoid A LOT of iisreset.

Hope this helps a few.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)