MSMQ for ASP.NET2.0 Application and hosting provider

Discussion in 'ASP.NET / ASP.NET Core' started by amirwayn, Apr 10, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have deployed my asp.net 2.0 application on discountasp hosting. My application using MSMQ services but my hosting provider does not support this feature (although it is Free on Windows). Is there any other alternative? Please help.

    Regards,
    Amir
     
  2. My Application is using online ordering process which involve Transactions. I dont know how to use LINQ TO SQL as far as i know this is Framework 3 feature. My App is Framework 2


    Thanks,


    Amir
     
  3. The Message Queue services are pretty handy in an Enterprise environment.
    For a Shared environment you can create other services thatmay work just as well.
    Except for the Listener of course.

    What sort of Queue did you need to receive back? Code failure? Transactions?
    Forsome parts LINQ can be used.
    With a little creativity you could use LINQ to SQL, SQL back to code pages that mail, etc.
    Salute,
    Mark
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Have you looked into Window Workflow Foundation?


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
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