Copy link to clipboard
Copied
I have a number of forms written in CF, and all have been working fine. Then, all of a sudden, none work. I have debuggin on, and when I try to submit a form, no form data is passed. This appears to be happening with all of my forms, which leads me to believe it may be an IIS issue. I am running IIS 6.0 on a Windows 2003 server. Anyone have any ideas at all?
Copy link to clipboard
Copied
I'm not aware of any IIS/CF like the one you've described.
Questions:
1. Can you post your code including your forms and any Application.cfm/cfc for your site.
2. Have any code or system changes been made recently?
Copy link to clipboard
Copied
I originally had Anonymous Access turned off so I cold detect user's usernames. Somehow, that setting changed on all of the folders, and when I reset it, all the forms started working again. Don't know how or why it happended, or why it made a difference, but it did.