Securing Personal Web Server

Discussion in 'ASP.NET / ASP.NET Core' started by jrkkm, Apr 25, 2006.

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 a webservice running on my computerusing IIS 5.1. Is there a way to secure my connection whencalling my webservice?I know that if I use server certificate Ineed to run a webserver and needa .net or a .com website. Is there aworkaroundthat I do not have todo this?Currently, I use my public IP address to callthe webservices from my machine.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    what do you mean by securing?

    Do you want to secure the data transmission itself? Or you want to secure it such that only certain people have access to the web service.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. What I mean is to secure the data transmission itself.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    SSL is probably the easiest option.

    Other options are to use WSE 3.0's security feature but it complicated as hell.

    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