Automatic webpart deployment on SharePoint
To ease the development process of SharePoint web parts there is a simple way to automatically deploy those. The following batch file assumes that you are deploying to the GAC directly. Create this batch file called deploy.bat: @echo off rem… Read moreAutomatic webpart deployment on SharePoint