Re: New CF10, Server 2012, Default Document 404
web.config of test site (index.htm in root of site) (with only index.htm in the default document list, and directory browsing enabled)<?xml version="1.0" encoding="UTF-8"?><configuration>...
View ArticleRe: New CF10, Server 2012, Default Document 404
My advice would be to delete your web.config altogether for this test site, and focus on the global IIS settings. For example, check the Default Document settings for the entire Web farm (highest...
View ArticleRe: Strange CF10 Cookie Behaviour
I have seen weird behavior like this before and we always solved it by completely resetting the browser back to default. It's a pain if you have a lot of custom settings, but give it a try and see if...
View Articleread a spreadsheet and replace spaces
I am using a cfspreadsheet tag to read excel file. Since, I am using QoQ, the file import errors out since the header row has spaces in it? How do we read the header row specifically and replace spaces...
View ArticleRe: New CF10, Server 2012, Default Document 404
After checking everything (several times), I decided to start over. So- uninstalled ColdFusion, manually removed leftover CF installation folders- still get a 404 on http://mydomain.com- removed IIS...
View ArticleRe: New CF10, Server 2012, Default Document 404
I don't think you really need to uninstall and reinstall CF. Once you remove the connector and handler mappings(if not removed automatically), CF is not communicating with IIS anymore. As it seems to...
View ArticleRe: New CF10, Server 2012, Default Document 404
I tried uninstalling and reinstalling ColdFusion before the 'big starting over' detailed above, and still got a 404. Then I tried uninstalling CF, and still got a 404. So the ultimate fix was...
View ArticleRe: .net integration with windows server 2008 -cf8/cf9
Hi, Just to find out is this problem solve? because currently I also facing this problem and spending so long time to google, change the DLL, change the cf script. Finally still getting the same...
View Articlecfimage won't load image from a URL
So I have a URL as a string in a variable and I'm trying the following: <cfimage action="read" name="myImage" source"#myUrlString#"> And I get the following error:faultCode:Server.Processing...
View ArticleRe: cfimage won't load image from a URL
So from that error message it looks like your URL is like:https:\my.domain.com\imagefile.jpg Which isn't a valid format URL. It should be like:https://my.domain.com/imagefile.jpg This may just be you...
View ArticleRe: cfimage won't load image from a URL
Yes it was me putting dummy code into my question... Sorry... I did figure out the problem just a few minutes ago, however. Turns out the URL string had quotes around it. Oops... So my URL variable...
View ArticleRe: Cold Fusion Site Not Even Requested?
Hello, I know it has been some time since I posted. It seems my daughter just couldn't fight the urge to have my grandson :-), and other various real life disasters. Have no idea how to break this...
View ArticleRe: How to write
BobxMarley, Have you found a solution to this issue? We have come across the same issue. We want to replace an Access application that creates a PDF file based on data retrieved from SQL Server. The...
View ArticleRe: CFAdmin 'getverityservice method was not found'
...bump ... this is affecting the production server; cannot get into CF Administrator at all.
View ArticleRe: Web service operation ... with parameters {} cannot be found
Make sure you have the arguments datatype at invoke and definition are matched with what you send.
View ArticleUpdated Java
I am trying to use a jdbc/mysql connector. The issue is that the connector is compiled in a later version that what is installed in Coldfusion MX 6.1. I have downloaded and installed the Java 6 SE JDK...
View ArticleArrgh! My sites are being hacked!
Some of our coldfusion sites are being redirected to a mulberry site when someone does a google search. Is there a way to prevent this? How are they doing it in the first place? It look like this code...
View ArticleRe: Arrgh! My sites are being hacked!
eh, code removed? How am I supposed to get help if people cant see what the problem is?!
View ArticleRe: Arrgh! My sites are being hacked!
Here's the link to your StackOverflow question which does have all the code:http://stackoverflow.com/questions/20263712/aargh-coldfusion-sites-are -being-hacked
View ArticleRe: Arrgh! My sites are being hacked!
Whether or not your server was hacked has nothing to do with the code that was placed there. We don't care what the code was or where it linked to. By pasting their code onto other sites (including the...
View Article