> Has anybody experienced any trouble with installing .NET > framework on a CF 4.5 Server? I had an app running at a > client's site for almost a year with no changes, and all > of a sudden, they started getting errors. Most of the errors > have to do with form and URL variables not being passed > properly. The code worked without any changes, and then all > of a sudden: &new=no in a href on the calling page starts > showing up as &nmo in the cgi.query_string of the called > page. The only change to the server in the time period > immediately before these errors started was the .NET > framework patch from Windows. The Macromedia site does not > have any info. Has anybody had this problem?
No, I haven't seen that. I tested this exact situation on my machine, running CF MX and .NET with the latest .NET Framework patch, without any trouble. I suspect you might have an input filter installed, like URLScan, which is fooling with your input. You can find out by looking at the IIS management console, checking for installed ISAPI filters for both the global web properties and the individual virtual server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

