web parts - Minimum development environment for sharepoint 2007 webparts -


i know there couple of questions out there sharepoint development environments, wondering if there's shortcut if want develop relatively simple webpart. still have create virtual machine windows server, install sharepoint, sql server, wss etc., etc. or there easy way , running more quickly?

in short, what's absolute minimum environment need develop webpart sharepoint 2007?

unless willing put serious drawbacks (like not being able debug web part) have build virtual machine windows server.

the minimum development environment : -windows server + sharepoint (wss or moss) + visual studio

sql express installed visual studio.

it take time setup first virtual machine, once have can , use every new project. while develop web part on own machine copying bunch of dlls , hacking up, not worth it. being able debug , deploy fast make development way faster.

even if don't need it, still recommend install wspbuilder part of minimal environment. takes 2 minutes install , save hours.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -