Archive

Archive for November, 2006

Solution Deployment Framework in MOSS 2007 VS Third party tools

November 2nd, 2006 No comments

In MOSS 2007 , there is a new deployment mechanism which is called “Solution Deployment Framework”. A solution is basically an aggregate CAB file (E.g MySolution.wsp) containing XML instructions and files that needed to be deployed on each fron-end web servers. Cool advantages of using solutions in MOSS 2007 comparing to any other third-party products (like
Odyssey) are:


1) Solutions can go beyond web part deployment to support the deployment of Site Definitions,Feature Definitions, Template pages , Rssources , Global and Bin assemblies .I finally managed to deploy even my custom sharepoint application, which is basically ASP.NET app, using this cool mthod.


2) Solution deployment can be schaduled through out-of-the-box UI and timer jobs.  Here are the steps:


      I) Developers create a solution for whatever they want to deploy. It is going to be in a form of CAB file with the extension of WSP.


      II) Administrator loads the solution and reviews the Code Access Security policies required for this solution


      III) Administrator add/delete this solution to the configuration database


      IV) Administrator  deploy/retract/schadule this solution to be deployed to each fron end web server through a nice UI.


3) Solutions can push deployment files to each front-end web server in a farm.Unlike MSI or other legacy methods , there is NO need of deploying your
files to every single front-end  web server.


4) Solutions can be combined with MSI files to form Hybrid solutions  for accomplishing  more complex deployment tasks. Even in this case there is no need for deploying files to each front-end web server. MSI package can call stsadm -syncsolution ….  to synchronize the deployment in all front-end web servers.


5) Solutions can contain CAS (Code Access Security) policies which makes the Admin’s life much easier and elimiate a lot of disputes between developers and admin for extra level of permissions (Developers work can be given the right permissions as they need and not full trust)

Categories: Uncategorized Tags:

.NET Framework 3.0 redistributable package (Stand-alone version)

November 2nd, 2006 No comments

In the process of applying MOSS 2007 Beta 2 Technical Refresh update , you require to uninstall Windows Workflow Foundation Beta 2.2  (Build 3807) and then install Microsoft .NET Framework 3.0 – Release Candidate from http://www.microsoft.com/downloads/details.aspx?FamilyId=19E21845-F5E3-4387-95FF-66788825C1AF&displaylang=en that installs the latest version of Windows Workflow Foundation on your MOSS server. The .Net Framework (dotnetfx3setup.exe) that you will get by clicking on the link above is a small redistributable package that downloads the required components during setup.This means that you need to have an active Internet Connection (or ICS) in your server. Since most of us install Beta softwares on Virtual Machines, and on the other hand sharing the internet between host and guest operating systems is a little bit more of a challenge; you may want to try the .NET Framework 3.0 redistributable package that is available as a stand-alone executable file named dotnetfx3.exe.


If you have any trouble locating this file (as I did), refer to this URL then : http://download.microsoft.com/download/D/C/0/DC09D14E-494D-4E5A-A1BA-783554D9D8FE/dotnetfx3.exe

Categories: Uncategorized Tags: