I have created an insert form in MX 2004/ASP .NET C#.
The form submits without a problem until I put a validation server control on it. Then it will not submit. Nothing happens, whether validation occurs (ie: textbox is empty) or not.
The form runs on my test server, no problem but it will not run on my remote server, you know, the live version!
Am I missing something obvious? Do I need to send something to the remote, make a change to the IIS server, files are missing or code needs to be added/deleted to a server file?
Thanks in advance, Brenda
The form submits without a problem until I put a validation server control on it. Then it will not submit. Nothing happens, whether validation occurs (ie: textbox is empty) or not.
The form runs on my test server, no problem but it will not run on my remote server, you know, the live version!
Am I missing something obvious? Do I need to send something to the remote, make a change to the IIS server, files are missing or code needs to be added/deleted to a server file?
Thanks in advance, Brenda