473,387 Members | 1,517 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Killing and Starting IIS and a VB.Net process using ASP.Net

hello group

I have recently started working on .Net platform.
I am facing one problem in killing and starting process from my aspx page.
I am able to kill and start the same process from vb.net but failed to do it from asp.net

the exception that i am getting is :: "Couldn't get process information from remote machine."

although i am doing it from the same machine from where i did it successfully using vb.net. don't know the route cause of the problem.
this exception is thrown at following lines::

Dim Process array[] = new Process.GetProcessesByName("MY_SRVR")

I even replaced this statement with :::

Dim Process array[]= new Process.GetProcesses
even then i am getting the same exception

I even tried hardcoding the values :::

Dim proc As New Process()
proc.StartInfo.FileName = "MY_SRVR.exe"
proc.StartInfo.Arguments = ""
proc.Start()
and this time this exception is thrown by "proc.Start()"

Please help me at your earliest. This is very urgent requirement.

Thanks & Regards
Shruti
--------------------------------
From: Shruti A

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>fz/J+2+huEmuNm10s0eBNw==</Id>
Nov 18 '05 #1
0 1124

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Stephen Boulet | last post by:
This is wierd. I can launch and kill a process in windows, but only if I do it in the same script. Just using xemacs as an example, I can launch it like so: import os, win32api, sys,os.path...
7
by: Yosh | last post by:
I am developing an application that will stop and start a process on a remote machine. What security rights are needed for my application to be able to do this? Hope this makes sense. Yosh
7
by: Yosh | last post by:
I am developing an application that will stop and start a process on a remote machine. What security rights are needed for my application to be able to do this? Hope this makes sense. Yosh
4
by: =?Utf-8?B?U3Jhag==?= | last post by:
There is a process A that launches process B as a COM object. If the User tries to end process A, process B should also end. But vice versa is not true. Process A can run independant of process. It...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.