Search results

  1. SubSpace

    Insert Statement

    Attachments aren't working for me, but anyway.. what's the error message it's producing? Have you tried accessing the used database from the test box directly to see what happens then?
  2. SubSpace

    Client complaining about Connection Refused errors

    I think the limit Stephen is talking about is the maximum number of TCP connections that can be opened at the same time, going through the handshaking process. I've never encountered such a limit in Windows XP though, and I use P2P quite heavily. Either way, as a total connection limit it would...
  3. SubSpace

    DSPAM and mail delay

    I've noticed some delays in signup mails from various sites lately, which seem have something to do with DSPAM. Most recently a signup last sunday: Received: from dspam2.m****here.biz (204.14.107.93) by mail.m****here.biz with SMTP; 24 Jun 2007 21:28:02 -0000 Received-SPF: none...
  4. SubSpace

    Mass mailing through Emlmz mailing list

    If you plan on sending regular mailings, I'd look into a solution that does some handles keeping track of bounces, unsubscribes, click-through rates, etc. Unfortunately I don't personally know of any good software to do this on a small/medium scale like yours. I sometimes assist with...
  5. SubSpace

    ASP.net Medium Trust Issue

    Hmm, not quite sure why it's jumping into unmanaged code because of this. I'll have to do some testing later, but right now I need to get ready for work.. mendokusai :)
  6. SubSpace

    Coldfusion MX 7

    You're gonna work yourself to death one of these days Stephen :rolleyes:
  7. SubSpace

    test your medium trust config

    Meh... fixed :P
  8. SubSpace

    ASP.net Medium Trust Issue

    With what kind of Exception though, and where is that code being run from? By itself it's fine.. There aren't really any ways around actual trust problems (or they'd be pointless). If you really need full trust, a Windows VPS account might be an option.
  9. SubSpace

    test your medium trust config

    If you want the ability to develop both full trust and medium (JodoHost compatible) applications, you could do the following: Machine level web.config: <location allowOverride="true"> <system.web> <securityPolicy> <trustLevel name="Full" policyFile="internal" />...
  10. SubSpace

    ASP.net Medium Trust Issue

    I doubt the problem is that particular line of code. It runs fine even with Minimal trust set over here. There could be another trust issue that is causing that line to fail because it doesn't have the required data. Perhaps it's trying to read a file it's not allowed to access? That would be...
  11. SubSpace

    ColdFusion Performance

    Page loads fine here, though admittedly the first page load was somewhat slow (paused for a couple of seconds). Refreshed a bunch of times without problems either. I'm not saying the problem is non-existant, but at least for the time being it's OK. Incidentally, Are You In Love With Your...
  12. SubSpace

    Global DSPAM settings

    JodoHost has stated a few times that under circumstances DSPAM will bounce mails by design. There's at least the greylisting function that will refuse to deliver the mail at the first attempt from certain IPs.
  13. SubSpace

    ASP.Net 2.0 and MySQL not working

    I don't have time to look into it right now, but that sounds like you might be missing some resources file(s). Have you checked if all the App_Data and/or *.resx files are uploaded?
  14. SubSpace

    ASP.Net 2.0 and MySQL not working

    I think this error only occurs if the assembly version in your Bin directory does not match the one you're attempting to load in the Web.config. It should also occur on any other machines with the same files, unless that machine happens to have the 1.0.9.0 version installed in the GAC (global...
  15. SubSpace

    Allow directory browsing on subfolders

    Hmm, from IIS itself it's possible, but it's likely that such settings will be lost should a server restore ever be required, assuming JodoHost help you change the setting in the first place :) Depending on it's purpose, it might be better to install some sort of script that lists the files in...
  16. SubSpace

    Forum weirdness

    Another blank page, and it did contain a scheduled task. I'm not sure how this thing that's supposed to be an image would throw off Firefox though. Unfortunately I forgot to turn on my packet sniffer before visiting the forum :) <!-- Do not remove <img...
  17. SubSpace

    Forum weirdness

    Hmm, seems it's in fact using a script producing a transparent 1x1 GIF image for scheduled tasks.. so much for that theory :)
  18. SubSpace

    Forum weirdness

    I haven't ever installed or managed vBulletin, but I'm beginning to think it depends on AJAX to execute certain scheduled tasks in order for the page to load quickly and still not need any external scheduler. It might be the scheduled updating of the RSS feed that makes Firefox return the blank...
  19. SubSpace

    Forum weirdness

    And again, this time on the main forum page.. I used "View generated source" on the Web Developer toolbar (:love:) and it just displayed this: <html><head></head><body><p><a href="rssposter.php"></a></p></body></html> So it would seem that some JavaScript is actually getting rid of the...
  20. SubSpace

    Forum weirdness

    I just had the same thing posting a new message, another blank page. Hit the back button and reposted, and the message was only posted once..
Back
Top