I've been asked to move some legacy Delphi 6 webapps (CGI .exe) from a windows 2000 server to Windows 2003.
I've copied the app and setup the virtual directory as per original server and followed the instructions Microsoft IIS about setting up Web Service Extensions (in both places) and added the extra user rights but when I access the web site the first page is shown but when a button is clicked it keeps returning to the first page instead of the expected page.
The weird thing is that if I tell the new server that the webpages are on the old server the pages open fine, which suggests that it is not the web broker.
What am I missing?
Thanks in advance