ASP.NET

Hi,

I'm using wyupdate to update an application developed in ASP.NET. I'm checking the updates using this code:

... p.StartInfo.FileName = HttpRuntime.AppDomainAppPath + "wyUpdate.exe"; p.StartInfo.Arguments = "/quickcheck /justcheck /noerr /outputinfo";...

And works well but, how can I apply the updates in the background? Could you provide some info about this?

From ASP.NET? You'd have to do it from a service: https://wyday.com/wybuild/help/silent-update-windows-service.php