Link to home
Start Free TrialLog in
Avatar of david2001
david2001

asked on

CGI in Windows NT using IIS

I compile simple cgi program for windows NT.
I put the program in scripts directory
c:\inetpub\scripts

And try to active it from the html interface with this code:

<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<P>&nbsp;</P>
<FORM action=postdata.exe method=post id=form1 name=form1>
</FORM>

</BODY>
</HTML>
 

The cgi program does not work
what is the problem ?

ASKER CERTIFIED SOLUTION
Avatar of psiclone
psiclone

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial