What did you want to happen? The Web service doesn't have a way to show you
the desktop so there's nothing to see.
I ran
private void Page_Load(object sender, System.EventArgs e)
{
System.Diagnostics.Process.Start("cmd.exe");
}
and
private void Page_Load(object sender, System.EventArgs e)
{
System.Diagnostics.Process.Start("c:\\Program
Files\\Microsoft Office\\Office\\WinWord.exe");
}
but nothing happened.
???