G
Guest
Is it possible to execute a C# Windows app from an ASPX (C#) web application.
My app runs over the Intranet and on one page I want to run a C# program
which does some things I can't do from the web.
The program runs (via a javascript) like this:
Page.RegisterStartupScript("xx","<script>windows.href=abc.exe</script>")
The program runs, but when I exit and return to the Web App, I get a CGI
Error.
CGI Application misbehaved. Something about incomplete HTTP headers.
Is there a way around this? A better way to launch the program?
Thanks.
My app runs over the Intranet and on one page I want to run a C# program
which does some things I can't do from the web.
The program runs (via a javascript) like this:
Page.RegisterStartupScript("xx","<script>windows.href=abc.exe</script>")
The program runs, but when I exit and return to the Web App, I get a CGI
Error.
CGI Application misbehaved. Something about incomplete HTTP headers.
Is there a way around this? A better way to launch the program?
Thanks.