Recent content by Renegade

  1. R

    out of memory problems again on win6

    The problem isn't that ASP.NET is out of memory all the time on Win6... just enough to really piss you off :evil: . .NET garbage collection takes care of things so that the error will disappear, but it keeps popping up. (I could be mistaken about this, but I've seen enough of those errors that...
  2. R

    can I post now?

    Let's see if this finally works... -edit- GOOD... I haven't been able to post here for about 2 months... looks like that time period expired... Just ignore this...
  3. R

    What software/tool do people use for searching your websites?

    WebWizGuide has an ASP search script that might do what you want, and it's free. For the logo removal, there might be a small donation that you can give to Bruce, but for HTML pages, this might be what you are looking for. Depends on the size of the site too though...
  4. R

    DotNetNuke Text/HTML problems

    Thanks for the suggesstion. I've seen this module before, but it's a bit of overkill for what I need. I've given it a spin, and so far it looks like it will work out. The main problem is FTB keeps messing up Chinese and Korean on me. It got so bad that I've had to start redoing my...
  5. R

    Port #s on DB servers - do they change?

    Hi, I need to get our firewall configured, so just to make sure... MS SQL Server connects on 1433 and 1434 My SQL Server connects on 3306 I just need to know that they won't switch from those port #'s so that I can get our firewall configured properly. (e.g. MS SQL Server with named...
  6. R

    Multiple Domains

    This is possible, but it adds to the level of complexity, and thus, the probability that something will go wrong. I really want to keep things as simple as possible, and as isolated from the developers as possible. They WILL screw things up if I give them the opportunity to do so. The only...
  7. R

    Multiple Domains

    If I've got you straight, I'm going to run into the same problem. Right now I've got 15 domains and 22 subdomains setup but they are all in seperate directories, i.e. 37 directories. I need them to all map to the same directory though. How can I do this? I don't see any directory mappings in...
  8. R

    A good mass emailer?

    The Lencom mailer is really good. Can do just about anything you can imagine. *edit* That's a client program - not a script... my bad...
  9. R

    DotNetNuke Text/HTML problems

    Hi, I'm having a nightmarish time with the Text/HTML module in DNN. I keep getting errors for no apparent reason. i.e. An error has occurred. Error: Edit Text/HTML is currently unavailable. Has anyone else encountered this? Or does anyone know of another DNN module that can...
  10. R

    Referral Program?

    Is there a referral program available? I didn't see anything about it. i.e. I don't really want to be a reseller, but...
  11. R

    Dynamic PDF Creation?

    I really doubt that you'll find a PDF converter cheaply. I've looked into them in the past several times because I wanted to do the exact same thing, but... They were all always too expensive. Also, the quality/functionality of different PDF creators varies VERY widely. Some are great (read...
  12. R

    File redirection in Windows hosting - How?

    I think the redirection scenario in the H-Sphere control panel seems best. The ASP script really isn't necessary as a simple "response.redirect" works fine. All the other stuff, whether text file or database is not really too relevant as it's much easier. I guess that if anyone takes...
  13. R

    File redirection in Windows hosting - How?

    I want to have a script (ASP or ASP.NET) named "file.exe" that logs attempts to download the actual file "file.exe". i.e. The script logs the attempt to download the file and then does a server-side redirect to the actual file and forces a download. The purpose is to make the file look...
  14. R

    How to setup DotNetNuke with SQL Server

    Followup: How to setup DotNetNuke with SQL Server Ok, so if anyone else has the same problem, here's the down & dirty on it: 1) Create the DB & upload the files as normal for DNN. 2) Make sure your connection strings are all correct. 3) Issue a Jodohost support ticket asking for full...
  15. R

    How to setup DotNetNuke with SQL Server

    Yeah, but customer support is always expensive in terms of man-hours it takes. I spent an entire man-week trying to help a customer on a problem. It ended up as user error... :evil: That kind of stuff can really put you behind the eight-ball. I don't want to be that kind of customer...
Back
Top