Click here to Skip to main content
15,884,176 members
Articles / Productivity Apps and Services / Sharepoint
Tip/Trick

User-controls development for Sharepoint

Rate me:
Please Sign up or sign in to vote.
3.00/5 (1 vote)
17 May 2011CPOL 6.9K   1  
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)


Written By
Software Developer (Senior) Bytes System Integration
South Africa South Africa
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --