|
-
Dec 3rd, 2003, 07:10 AM
#1
Thread Starter
Frenzied Member
a question about web service
hello all,
I am trying to make a web service for the first time using VB.Net
when i make a new project , the wizard asks me where to save the web services file.
by default : it writes: //localhost:/webservice1
when i try to save it to a usuall folder, it doesnt accept
so can anyone tell me what is meant by localhost & how can i save this webserive to work
thank you very much.
-
Dec 3rd, 2003, 07:27 AM
#2
Fanatic Member
The web service is hosted by IIS, so you need to specify the url. The files are actually put in your inetpub/wwwroot folder directory.
-
Dec 7th, 2003, 04:10 AM
#3
Thread Starter
Frenzied Member
Any Suggested Solution ?????
-
Dec 7th, 2003, 04:27 AM
#4
localhost means that it will try and use your computer as the host and for testing. You should have had IIS installed on your machine prior to installing Visual Studio. Just make sure that IIS is running on your current machine and go ahead and use it.
-
Dec 10th, 2003, 04:23 AM
#5
Thread Starter
Frenzied Member
thx a lot of your clear answer, i will give it a try
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|