I was facing too many issues with my SharePoint. After too many hit and trial, I decided to unprovision/detach SharePoint and then again attach SharePoint. I then decided to run the SharePoint Configuration wizard to perform the above operation. After 3rd step it has given me error to ask me check log file where I found nothing. OK. Then I decided to use the great PowerShell. I used

Read More
Disconnect from SharePoint using stsadm or PowerShell: Remember Basics

About Worker Process:-Worker process (w3wp.exe) runs the ASP.NET application in IIS. This process is responsible to manage all the request and response that are coming from the client system. All the ASP.NET functionality runs under the scope of worker process. When request comes to the server from a client worker process is responsible to generate the

Read More
Various ways to retrieve information of Running Worker Process (WP)

When we deploy a WSP solution using Visual Studio onto a development Farm server it is always deployed to one Web Application that is mapped to the Solution. However, when we create a package and try to deploy to a Testing or Production server it is always deployed globally. After Lots of search I found  stackexchange and this link. Double click the package. Open the Manifest. Edit the Option. Add data

Read More
How to deploy a SharePoint WSP to a single web application from Visual Studio