Problems implementing No Touch deployment

A

Aaron Ackerman

I have a WinForms app that I built a .NET setup routine and distributed on
various clients.

Now i want to be able to distrbute updates via "No Touch" deployment. I read
Chris Sells article on "No Touch", and I setup an internal website to test.

When I drop the assemblies in the web and then point to the exe via a URL I
get the following:

CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:

There must be something i am missing. First off if I originally installed
this app via a disk how does it know where to put the assemblies, if I point
to an EXE does it know about other assemblies? Also how can I get this to
run in the background without manually entering in a URL in a browser.

P.S. I can run the EXE via the URL from my local dev machine.
 
R

Roland Dick

Hi Aaron,

Aaron said:
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:

This seems to be a problem with an IIS setting. Make sure to switch
_off_ the permission for executing programs in your webapplication.

Regards,

Roland
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top