Search results

  1. J

    Mail form in asp

    what component are you using to send the mail? I've always noticed that using CDONTS or CDOSYS can take a while (we can thank MS for that). Using a third party component such as ASPEmail or ASPMail can speed things up dramatically.
  2. J

    Need suggestions for new Registrar

    My preference is http://www.namecheap.com (an enom reseller).
  3. J

    How to upload large files

    to make sure your page doesn't time out add the following code to the top of the page that does the uploading: server.scripttimeout = 1200 '(1200 seconds = 20 minutes) I've done uploads with aspupload of over 1 gig in the past, it won't buckle under the size.
  4. J

    How do I know which server my site's on?

    all domains on the same account are on the same server.
  5. J

    Just signed up...

    this "new server" scares me with RC. Every time they try to do anything to the hardware, something goes down for 24 hours or more. I'm in the process of moving everything over here and have been very happy so far. I actually about 75% done now, though that last 25% will be the toughest...
  6. J

    SSL Setup

    Thanks. I've installed certificates many times before with hsphere but through the normal procedure. I just wasn't sure what this one step thing was, but it doesn't soud like just one step. I just started a renewal for one of mine with rapidssl (which is almost up) and I'm gettting a pretty...
  7. J

    SSL Setup

    Coming from RC, I'm not used to this feature " One step buy and install SLL certificate". Looking through the forum I noticed it wasn't fully tested out last month. Has that been tested and what is the details (browsers supported) and price of it? Also, I've always used freessl, now...
  8. J

    How do I know which server my site's on?

    you can also click on the ftp button that will show what host you are on.
Back
Top