Hi Folks,
I have an ASP Intranet application that currently runs on IIS 6.0 on Windows Server 2003. I will shortly be developing a new utility on the Intranet site and would like to be able to roll back all database updates if any individual update fails. From looking at old ASP notes this appears to be possible if I write a component to do the database updates and use Microsoft Transaction Server. To date, i have done neither. From looking on the Microsoft site, all information on MTS seems to relate to Windows NT 4.0. Does MTS not exist for Windows Server 2003 or has it been replaced with something else.
If I was to write this particular utility in ASP.NET is there a better way to do it in .NET? Any advice would be appreciated.
Mighty
I have an ASP Intranet application that currently runs on IIS 6.0 on Windows Server 2003. I will shortly be developing a new utility on the Intranet site and would like to be able to roll back all database updates if any individual update fails. From looking at old ASP notes this appears to be possible if I write a component to do the database updates and use Microsoft Transaction Server. To date, i have done neither. From looking on the Microsoft site, all information on MTS seems to relate to Windows NT 4.0. Does MTS not exist for Windows Server 2003 or has it been replaced with something else.
If I was to write this particular utility in ASP.NET is there a better way to do it in .NET? Any advice would be appreciated.
Mighty