Dear All, If you are facing a problem to deploy SharePoint through one way, Than Here I am writing different ways to deploy the Customized Web Part Under SharePoint Portal Here we go.... When you are done developing a WebPart, you need to deploy it to the SharePoint server. However, depending on your server setup, you may have to use specific deployment methodology and that is why it is important to know your options. This post describes different ways to achieve this goal. Basic understanding Whatever method you use to develop your WebPart, you will always end up with a WebPart DLL and in some cases you will have WSP file (both of these files are in debug folder of your project). It is the DLL file that plays a key role in getting your WebPart inside SharePoint server. Ways to deploy a WebPart There are more ways but i mentioned here four ways we can deploy a WebPart on SharePoint server that I will cover in this post: Using Visual Studio to dep...