Newbie question: How do I delete a Web Service or Web Application

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

  1. #1

    Default Newbie question: How do I delete a Web Service or Web Application

    I tried using IIS MMC to delete a Web Service and Web Application, and I get
    an "Access denied". I even tried to stop the Default Web Site first. I'm
    using Win XP Pro. Thanks.


    human Guest

  2. Similar Questions and Discussions

    1. Newbie question: service calling COM+ server
      The problem that I am trying to solve is that I want a web service to perform some highly priviledged tasks. Of course, I do not want the web...
    2. Newbie Web Service Question regarding User Controls
      Can I return a user control from a Web Service? I have a Web Page that has a Placeholder on it and I wish to populate this placeholder with a...
    3. Newbie Question: fill a dataset with results from web service call
      I am trying to get a better grasp of using web services. I have had success when I have a user type something into a text box and then pass that...
    4. web service newbie dataset question
      Could someone please tell me whether the following is possible? I'm especially murky about step #5 :-) I'd be very grateful for pointers to an...
    5. Newbie question: using .net web service with vb6 client
      Hi, I'm relatively new to web services. What I have is a .Net Web Service which returns a dataset. I'm calling the web methods via a VB 6 client....
  3. #2

    Default Re: Newbie question: How do I delete a Web Service or Web Application

    net stop iisadmin /y did it. Thanks for the very quick reply.


    "Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
    news:OESpMe3QDHA.2176@TK2MSFTNGP12.phx.gbl...
    > You might need to stop more than just the Web server - the admin interface
    may
    > be involved.
    >
    > Try this command from the Run box:
    >
    > net stop iisadmin /y
    >
    > You can also try:
    >
    > iisreset
    >
    > Does this help?
    >
    > Ken
    >
    >
    > "human" <human@earth> wrote in message
    > news:uhsmua3QDHA.2212@TK2MSFTNGP12.phx.gbl...
    > I tried using IIS MMC to delete a Web Service and Web Application, and I
    get
    > an "Access denied". I even tried to stop the Default Web Site first. I'm
    > using Win XP Pro. Thanks.
    >
    >
    >

    human 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