Showing posts with label STSADM. Show all posts
Showing posts with label STSADM. Show all posts

Monday, March 09, 2015

STSADM Cmds for Cancel and redeploy Farm Solution


STSADM Cmds for Cancel and redeploy Farm Solution

C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\BIN>
stsadm -o execadmsvcjobs
 
stsadm -o enumdeployments
 
stsadm -o canceldeployment -id
 
stsadm -o deletesolution -name .wsp -override

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...