Executable instead of Default.aspx or index.html ?
-
Hi, There is a product out there called CA Service Desk. It has an executable instead of a default page. Anyone have any idea how to do development for this product or what it was written in or how they got an executable to work ? Is the language proprietery ? Or is it just PERL wrapped in an EXE ? Thats my best guess.. Can that even be done ? Anyone ?
-
Hi, There is a product out there called CA Service Desk. It has an executable instead of a default page. Anyone have any idea how to do development for this product or what it was written in or how they got an executable to work ? Is the language proprietery ? Or is it just PERL wrapped in an EXE ? Thats my best guess.. Can that even be done ? Anyone ?
It's plain old CGI[^]. The HTTP parameters are passed as environment variables to the executable and the standard output from the exe is streamed back as Response.
Co-Author ASP.NET AJAX in Action