I have a problem with IIS 7.5.
My situation is the follow:
an html page send (in post) some parameters to .shtml page with a server side CGI (exec CGI);
the same cgi has some other parameters in GET (querystring)
The problem is that this CGI is able to read the "get" parameters and is not able to read the "post" parameters.
Server side include is obviously enabled on IIS 7.5
This scenario is running on IIS 5 and IIS 6.
Is there a configuration problem?
Massimo