Development Using Web Parts

Quick tip for anyone doing Web Part development with MOSS.  Change the build path of the project for the web part to a bin directory underneath the Web Application virtual directory.  If you have your control registered propery in the web.config of the Web Application, MOSS will find it.  You won't have to continuously copy your class library into the bin folder.  Of course, this works very well for development on your own virtual machine.  For real deployment, consider using MOSS solutions.