Ask a Question related to ASP.NET General, Design and Development.
-
human #1
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
-
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... -
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... -
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... -
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... -
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.... -
human #2
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...may> You might need to stop more than just the Web server - the admin interfaceget> 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> an "Access denied". I even tried to stop the Default Web Site first. I'm
> using Win XP Pro. Thanks.
>
>
>
human Guest



Reply With Quote

