Re: web app that can interact with other applications on the server
- From: "Steve" <sss@xxxxxxx>
- Date: Tue, 12 Jul 2005 16:24:38 -0700
the process is still listed in the process list after I kill the asp
process. It seems to still be alive and well, eating memory and all.
I added: <identity impersonate="true" />
to my web config, and now an exception is being thrown:
System.ComponentModel.Win32Exception: Access is denied at
System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo
startInfo) at System.Diagnostics.Process.Start()
I'm surprised that I can't configure the webserver to launch a new process,
any process I want and configure on the web server. I could see if I was
trying to launch a process on the client or something crazy like that, but
on the webserver?
Thanks for the response ;)
"Bruce Barker" <brubar_nospamplease_@xxxxxxxxxx> wrote in message
news:eOgSMdzhFHA.2444@xxxxxxxxxxxxxxxxxxxxxxx
> it works, notepad.exe just exits right away with an error because it
cannot
> create a window. only commandline apps can be run from a webserver
>
> -- bruce (sqlwork.com)
>
>
>
>
> "Steve" <sss@xxxxxxx> wrote in message
> news:uM0qEPzhFHA.2688@xxxxxxxxxxxxxxxxxxxxxxx
> >I have it wrapped in a try block, there are no exceptions. The result of
> > Start() is true.
> > This is weird, it just does nothing....
> >
> > I have change the Virtual Directory "Execute Permissions" to "Scripts
and
> > Executables"
> >
> >
> > "Steve" <sss@xxxxxxx> wrote in message
> > news:OlX9A8yhFHA.1044@xxxxxxxxxxxxxxxxxxxxxxx
> >> I want to make a web application that will run on my home server and
> >> would
> >> like to be able to have the web application interact with another,
> > winforms
> >> application. For example, let's say I wanted to go to an aspx page,
> >> click
> > a
> >> button called "open notepad", then on ther server machine I would like
to
> >> have the web app interact with a service installed on my server that
> > handles
> >> the execution of different files.
> >>
> >> Does that makes sense?
> >>
> >>
> >
> >
>
>
.
- References:
- Prev by Date: Re: web app that can interact with other applications on the server
- Next by Date: Re: There has to be a better way to develop web applications.
- Previous by thread: Re: web app that can interact with other applications on the server
- Next by thread: Re: web app that can interact with other applications on the server
- Index(es):