Results 1 to 5 of 5

Thread: a question about web service

  1. #1

    Thread Starter
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    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.

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    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.

  3. #3

    Thread Starter
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040
    Any Suggested Solution ?????

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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.

  5. #5

    Thread Starter
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040
    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
  •  



Click Here to Expand Forum to Full Width