Trouble creating a new .NET webservice

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Trouble creating a new .NET webservice

    hi

    I am a newbie to .NET environment. My first task assigned was to
    create a webservice. I have been trying to create a webservice by
    clicking new c# project and selecting asp.net webservice but when i
    click OK, it says the path

    " the webserver reported the following error when attempting to open
    or create a webproject located at the URL:"http://localhost
    /WebService1". 'The server name or address could not be resolved' "

    I have IIS on my computer and also visual studio .NET professional
    2003.
    I tried to uninstall VS.NET and then install again. but it still is
    displaying the same message.

    Any souls out there please help me in this as i can proceed only after
    this basic step.

    Thanks in advance
    smile
    smile Guest

  2. Similar Questions and Discussions

    1. Trouble creating triggers
      Here is the code I tried: delimiter $; CREATE TRIGGER archive_addresses_ins BEFORE INSERT ON archive_addresses FOR EACH ROW BEGIN SET...
    2. webservice proxy generating fw2.0 beta2 trouble
      Alex Ilyin via .NET 247 <anonymous@dotnet247.com> wrote in news:uFAMNnUWFHA.3620@TK2MSFTNGP09.phx.gbl: DataTables cannot serialize themselves....
    3. Trouble Creating CFMX War Files for OSX
      I have been able to successfully install Jrun 4 and the Jrun 4 Updater 4. However, when trying to create the CF MX 7 *.war files, I keep getting the...
    4. What does VS.NET when creating WebService
      are there special settings applied to IIS5, when creating a webService in VS.NET? I wonder - because when I create a webService (let's call it...
    5. Trouble creating PDFs from Freehand
      I've tried using the Printer extension, I've tried exporting, and I have tried using the distiller. Here is my problem: I use the lens...
  3. #2

    Default Re: Trouble creating a new .NET webservice

    I seem to remember having similar issues, I think I solved it by
    running the aspnet_regiis.exe file

    It's found in C:\WINNT\Microsoft.NET\Framework\v1.1.4322>
    (or v1.0.3705)

    you need to run it with the -i option ie (from command prompt)

    C:\WINNT\Microsoft.NET\Framework\v1.1.4322>aspnet_ regiis -i

    Dave





    [email]smile_skar@yahoo.com[/email] (smile) wrote in message news:<c16f31f3.0309180045.221a9531@posting.google. com>...
    > hi
    >
    > I am a newbie to .NET environment. My first task assigned was to
    > create a webservice. I have been trying to create a webservice by
    > clicking new c# project and selecting asp.net webservice but when i
    > click OK, it says the path
    >
    > " the webserver reported the following error when attempting to open
    > or create a webproject located at the URL:"http://localhost
    > /WebService1". 'The server name or address could not be resolved' "
    >
    > I have IIS on my computer and also visual studio .NET professional
    > 2003.
    > I tried to uninstall VS.NET and then install again. but it still is
    > displaying the same message.
    >
    > Any souls out there please help me in this as i can proceed only after
    > this basic step.
    >
    > Thanks in advance
    > smile
    David Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139