When talking about SharePoint 2007 with Visual Studio 2008 we had tedious process to do development in sharepoint.
- No direct way to do "Debugging"
- Had to attach W3WP.exe process manually
- Had to copy images / usercontrols to 12 hive manually
- Had to add safe control entries in web.config manually
- Specific SharePoint templates & SharePoint items
- Project includes separate properties & assemblies sections same as normal VS project
- Items can be categorized into
- Features (It comes with design mode, XML definition and activation)
- Packages (It comes with design mode, XML definition)
- Features (It comes with design mode, XML definition and activation)
- Project includes separate properties & assemblies sections same as normal VS project
- Migration tools
- SharePoint explorer (Also we can use "Mapped Folder" concept directly with 12 hive)
- Direct debugging
- One click deployment
- Default (have to activate manually)
- No activation
- Default (have to activate manually)
What it does when we press F5 (in a SharePoint project)
- Builds a new assembly
- Packages project into .WSP file
- Deactivate/ Uninstall feature (if installed before)
- Delete old .WSP file
- IIS Reset
- Deploy new .WSP file
- Activate feature (Using site URL that we given when creating SharePoint project)
No comments:
Post a Comment