locked
using HTTPS for ASMX web service RRS feed

  • Question

  • Hi,

    How to use HTTPS protocol for ASMX web service. Please let me know steps to achieve this.

    If you can provide sample application then that would be better.

     

    Thanks, Sanket

    Friday, April 30, 2010 10:29 AM

Answers

All replies

  • Sanket,

    I will encourage you to use WCF instead of ASMX http://msdn.microsoft.com/en-us/library/aa480190.aspx.

    For your above question, does this solve your issue?

    http://msdn.microsoft.com/en-us/library/aa302409.aspx

    Thanks,

    Neha Garg

    Friday, April 30, 2010 6:50 PM
    Moderator
  • Hi Neha,

    Just recently we implemented using WCF.

    During implementation, we were just wodering whether we can achieve this on ASMX web service. Hence, posted this question.

     

    Thanks for quick reply :)

     

    Thanks, Sanket

    Monday, May 3, 2010 5:49 AM
  • You could achieve it, but then you'd be using what Microsoft considers to be "legacy technology". Why start in the past?

    John Saunders
    WCF is Web Services. They are not two separate things.
    Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
    Use File->New Project to create Web Service Projects
    Monday, May 3, 2010 5:58 AM
    Moderator