Hello,
First of all you must decide which scripting engine you want to use, either ASP or PHP. It looks that you run ASP enabled web server on Windows NT platform but the matter is an ASP script cannot insert reponses to a MySql database. Only .PHP scripts based on PHP-enabled webservers (typically on apache) may insert responses directly to a MySql database.
With an .ASP script you may only use e-mail based approach for handling responses, that is when a respondent clicks a 'submit' button, the .asp script generates an email messages with answers and sends this email to your email address. Later you may import this email from your default email server or POP3 server and insert the response into a database (it may be local Access or a MySql database).
The error page 'This page cannot be displayed' when you post a response to .asp script may mean the following:
1) the web directory where processform.asp is located does not alow executing scripsts. We recommend to place all survey related files into one web directory on you web server and allow users to 'execute' file in that directory;
2) ASP Mail component used in the processform.asp is not supported by your webeserver. Winsurvey can generate code for 2 types of email components: 'ASP Mail' and 'JMail' but actually there are many other components and the question is which of them is supported by your web server. If you are determined to establish a survey engine on your windows 2003 webserver please send your survey file and generated processform.asp to
support@acebit.com - we will try to find out which email component is right for you.
As a quick and easy alternative we can recommend you to try 'Light' handling responses method. This is pretty easy way to handle responses and provides the same performance as an ASP-based webserver.
Best regards