Search results

  1. SubSpace

    isp problems :(

    Heretic, I still use IRC daily :D
  2. SubSpace

    isp problems :(

    My 2400 bps modem was internal actually, isn't putting receivers on the modem from the 300 bps era? I think by the time I used the internet it was actually a 14k4 modem, so yeah, BBSes. Those were the times ;) I made friends with a couple that was running one of those, though they were a little...
  3. SubSpace

    Inserting checkbox values into one field

    This is not really the forum to ask questions, but just concatenate the strings and update the database in one of the many ways ADO.NET offers you :) ...however. Depending on what you're trying to accomplish, it's not a good idea to put these values into a single field at all. It would probably...
  4. SubSpace

    isp problems :(

    I'm feeling old.. 2400 bps was pretty hot when I started messing around :D :(
  5. SubSpace

    Custom Membership

    I'm not sure named pipes are supported. Try using TCP/IP instead?
  6. SubSpace

    Maximum simultaneous TCP connections?

    I was wondering if anyone has any experience with the maximum number of open TCP connections a Windows server can have? I know there are some differences between Windows versions, but I'm looking for hard numbers (Windows 2003 R2 or 2008). No huge amounts of data going around, the connections...
  7. SubSpace

    [asp.net 1.1] Little util for zipping files on a site.

    Being a programmer is (usually) a thankless job :( :D
  8. SubSpace

    Downloading a CSV from IE

    Hmm, I don't see anything that would make it break in IE specifically. Incidentally I hacked up a quick CSV download in .NET today and it works fine in IE. Headers sent are similar (I just don't set the character set). It might just be mangling from pasting your code, but it seems you're...
  9. SubSpace

    Virus submission

    sent
  10. SubSpace

    Virus submission

    So I ran into a new Live Messenger worm a few hours ago that doesn't yet seem to be detected by any scanner I've tried so far.. It sends you a link to a 'picture' that actually starts the download of an executable, and my sister was dumb enough to fall for it apparently ;) Anyway, I submitted...
  11. SubSpace

    Asp.Net 3.5 permissions

    It doesn't use a 302, or it wouldn't be URL rewriting. It doesn't involve any redirecting for the client.
  12. SubSpace

    Question about how server intensive this method would be

    You can turn this into a query that doesn't have to be dynamically built.. and one that doesn't directly use form input in it so it isn't wide open to SQL injection while you're at it. It's been a while, but I believe you need to create a stored procedure for named parameters to work in...
  13. SubSpace

    Cookies and asp.net

    It could be that the cookie is actually being updated, but that there are multiple cookies with the same name. Don't ask me how it's possible, it shouldn't be as far as I know, but I've seen it happen. In that case the problem wouldn't be updating the cookie, just that you're reading back a...
  14. SubSpace

    A time for thanks

    Damnit, now I'm hungry 8)
  15. SubSpace

    ASP.NET 404 handling _without_ redirection

    For 404 errors, you might be able to fix this by turning on "Check if file exists" for the ISAPI filter settings for the .aspx extension. If you want to prevent the redirection for 500 errors as well, then the only way I know of is to write a HttpModule. Problem is the working example I have...
  16. SubSpace

    join the firefox 3 download party :)

    The new address bar takes some getting used to, but with some minor tweaking it's not so bad :) Memory usage hasn't improved that much though. I usually leave my Firefox running for extended periods and it's consuming 230 MB with just 2 tabs again now, pretty similar to Firefox 2. Fairly...
  17. SubSpace

    Most annoying Jodo reseller - post tickets

    Think I talked to Tanmaya about it by e-mail at the time, memory is a bit fuzzy :P
  18. SubSpace

    Most annoying Jodo reseller - post tickets

    I wish I could tell, but my ticket history in Cerberus has been broken since some time 2005 :(
  19. SubSpace

    DST Starts, TODAY!

    Not in Europe... phew, you scared me there for a bit :D
  20. SubSpace

    ASP.NET 3.5 Extensions Support

    I doubt JodoHost will install non-final release software on their servers..
Back
Top