web application

Discussion in 'ASP.NET WebServices' started by sbaral, Oct 8, 2003.

  1. I have created a web application that calls a web service running on my localhost. The application runs fine. Now, what are the steps needed to move both the webservice and webapplication to a remote host.

    Thanks,
    Sanjeev
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Either FTP the sub directory or use VS.net to publish it.

    If you use FTP, you'll need to create a web application using the webapp tool in the control panel.

    quote:Originally posted by sbaral

    I have created a web application that calls a web service running on my localhost. The application runs fine. Now, what are the steps needed to move both the webservice and webapplication to a remote host.

    Thanks,
    Sanjeev
    </blockquote id="quote"></font id="quote">
     
  3. Thank you Bruce. I'll give that a try.
     

Share This Page