0

I'm creating an MVC Application installer and I need to update a given application with packages that my company gives.

I already tried to use ServerManager class from System.Web.Administration, but it seems that this class doesn't contain any method that allow me to update applications.

Is there any way to do this programmatically? Or do i need to use MSDeploy cmd?

4
  • There is no public API to do so in code. Commented Nov 30, 2015 at 10:55
  • @LexLi oh, that's bad... :( Commented Nov 30, 2015 at 10:59
  • but why cannot you use command line of Web Deploy? Commented Nov 30, 2015 at 11:24
  • @LexLi, i can and i already did it, but i was thinking if there isn't another way of doing it. Thank you Commented Nov 30, 2015 at 11:26

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.