S
spmm#
Hi!
Can someone explain how I can properly start (e.g.) notepad from an
ASP.NET/C# page?? I've been googling for a day now, but no one seems to
experience
the same trouble as I do.
I gave the ASPNET user administrator rights and followed these two articles
from msdn:
http://support.microsoft.com/default.aspx?scid=kb;en-us;555134
http://support.microsoft.com/default.aspx?scid=kb;en-us;317012
After doing this I am able to start (e.g.) Notepad like this:
Process.Start("notepad");
I see a part of the title bar of the notepad window appearing and notepad
also appears in the taskbar, but that's it. (I tried making a screenshot,
but that appears to be impossible).
Does anyone know how to solve this??
Thanks.
Can someone explain how I can properly start (e.g.) notepad from an
ASP.NET/C# page?? I've been googling for a day now, but no one seems to
experience
the same trouble as I do.
I gave the ASPNET user administrator rights and followed these two articles
from msdn:
http://support.microsoft.com/default.aspx?scid=kb;en-us;555134
http://support.microsoft.com/default.aspx?scid=kb;en-us;317012
After doing this I am able to start (e.g.) Notepad like this:
Process.Start("notepad");
I see a part of the title bar of the notepad window appearing and notepad
also appears in the taskbar, but that's it. (I tried making a screenshot,
but that appears to be impossible).
Does anyone know how to solve this??
Thanks.