I want to customize sharePoint web app to suit company's requirement. The goal is to create few per-populated task items within a folder when folder gets created. Both folder and task Items are custom content type in a same list. And so SharePoint Designer does not allow to create such a workflow. Because of this limitation i have to dive into Visual Studio/C# solution.
I did some research to build development environment (Virtual Machine )for this using Windows Server 2008R2 + MOSS 2007 + SQL Server 2008.
But there are no solution for how to do that with SBS 2008R2. I have following questions.
Our production server is
SBS2008R2 SP2 + WSS 3.0 + SQL 2005 + Exchange 2007
So do i need to set up same exact same environment on development machine?How do I deploy changes to my production server if everything works on test environment.
Is WSS3.0 and SharePoint Foundation are the same? I know MOSS is extension to WSS.
I have development experience in VB.net and Java so actual coding is not a problem, but I am new to sharePoint and its terminology. So please forgive me if i sound silly.
Any help would be appreciated!