secure web service without wes3.0

Can i secure access to a web service without using wse 3.0 by using SSL

We are developing with vs 2005

 

 



Answer this question

secure web service without wes3.0

  • kishore_golla

     

    Yes,  just like a web page ....

    an .asmx uses http / https just the same as any .htm / .asp or other content served up by a web server.

     

    you can use standard SSL from a web cert provider ( godaddy, verisign, gte etc...)

    or you can run any private ssl server like microsoft certificate server.
    (part of windows server)

     


  • secure web service without wes3.0