Click to See Complete Forum and Search --> : web service: deployment and debug question


haipengl
May 2nd, 2004, 01:22 AM
Hi,

I am new in web services programming.

I followed a sample. It seems worked on my local computer (with IIS).

But I don't know how to put the program online (internet)? Which file should
I use?
Any settings? (the sample book didn't say anything.)
The Visual Studio 2003 seems did some setting on the local machine.

One more question is "How to do debug?"
I built a test client. But how can I know if the web service (server)
followed the correct steps when the client asked a data process?

thanks a lot,
larry

sammba
May 12th, 2004, 09:48 PM
i think that
u can just debug in a normal way, same as other (by press f5)

but make sure ur IIS are connected properly. or another way is u open IE then type http://localhost/[folder project]/[file name]
try first im not sure also. but this is what i understand from ur Q.