views:

513

answers:

2

Hi all,

how can stops WebDev.WebServer.exe process without kill it??

I can do this:

taskkill /F /IM WebDev.WebServer.exe -works on Windows XP- but another solution without kill the proccess ???

thanks in advanced.

A: 

Stopping a process is killing it.

Why do you need to "stop" the process without killing it? What do you mean by "stopping" the process?

You can use this tool to pause and resume processes.

Oded
Alhambra Eidos
I just don't understand what you mean by "stop" a process. How do you "stop" any other process?
Oded
A: 

Webdev.WebServer.exe is the development web server used by Visual Studio to allow quick debugging of ASP.NET applications.

Visual studio will stop it for you when it is not needed. What exact problem are you having that you want to stop it explicitly?

Marek
I have web application using the same port for any execution. For testings issues I need starts WebDev, open page, test, and stop it when I finalize testing. thanks.
Alhambra Eidos