PDA

View Full Version : web application


sbaral
10-08-2003, 12:20 AM
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

bruce
10-08-2003, 10:13 AM
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.

[b]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">

sbaral
10-10-2003, 11:43 AM
Thank you Bruce. I'll give that a try.