Products: IIS 5.0
Windows 2000 Advanced Server
ASP pages
I have an application that behaves differently on 2 web
servers. we have a simple web form that collects
information from the user. on the form HTML tag, the
parameters are method=post action=wizard1.asp (the page
itself). The page can detect whether its a postback or
not.
on webserver A, the statement
response.write request.form
shows me the information that the user has supplied.
on webserver B, the same statement returns an empty string.
any advice?
>> Stay informed about: iis 5.0;method=post