MSDTC (Microsoft Distributed Transaction Coordinator) and DASP

Discussion in 'Hosting Services / Control Panel' started by Beetlebub, Dec 31, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Good Evening,

    I recently purchased a toy on Christmas called HeroContent www.herocoder.com/Products/HeroContent/. It is a basic content management system. I am able to click an edit button to edit a page on the site inline with the FCK Editor. My problem comes in when I try to publish the changes, which uses the MSDTC service to do so.

    I receive an access denied message when publishing changes to a page. Are MSDTC calls not supported by DASP? I would not be too surprised if it is not, just checking.

    Thanks

    P.S. The error I receive is:

    'Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))'

    Post Edited (The_Beetle) : 12/31/2008 2:43:13 AM GMT
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    MSDTC is indeed not supported due to certain technical issues.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks for the reply, it turns out there is a happy ending to this. The code I am using was updated to not need the MSDTC service. I assume he went with native SQL transactions as opposed to asp.net transactions in C#. Works like a charm now.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page