Re: ASP.NET deployment tools
"George V. Reilly" <[email protected]> Thu, 3 Nov 2011 12:59:33 -0700
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <CAL3j_b-HFOQmYOBA_sRcHPEyyajKoqb5bTbh05pjdEzZvw-0KA@mail.gmail.com> |
On Thu, Nov 3, 2011 at 6:24 AM, John Elliot <[email protected]> wrote: > ** > > > On 3/11/2011 10:21 AM, George V. Reilly wrote: > > A rollback is little more than modifying > > the IIS vdir to point to an older folder. > > Your application isn't tightly coupled to a database? Or the database > just doesn't change much these days? > I'm primarily concerned here with deploying the ASP.NET front-end webclient, which talks to Python REST web services and some legacy C# web services, which are the pieces coupled to the database. The legacy C# services are in maintenance mode, but on the rare occasions that they're deployed, it's with the same Rube Goldberg system. The Python services are deployed with Puppet/MCollective. If those services need to be rolled back, then there may be complications with the database, but that has seldom been a problem. /George