Search results

  1. WineIsGood

    Custom Error Pages Error

    Looks good to me... Did you forget to write Server.CreateObject when instantiating your mail object? I only see CreateObject. The only thing I would recommend would be to move the objErr.Clear and Set objErr=Nothing lines immediately after the last html variable addition, just before the...
  2. WineIsGood

    Custom Error Pages Error

    Post the code. I'm sure we can help. Do you clear the error code at the end of the page? -Dave
  3. WineIsGood

    Custom Error Pages Error

    You would get this if your page wasn't named *.ASP or if ASP processing was disabled... but you say it's all okay? I would make a test error trapping page without CDONTS and all the other stuff you have in it, and just Response.Write "Hello, you got an error." Then, slowly add stuff to it...
  4. WineIsGood

    Recommendations on reading Access DB with ASP.NET

    You can also use: Page.ResolveUrl("~/myData/myFile.mdb'") -Dave
  5. WineIsGood

    Restarting Servers

    Welcome to the world of Microsoft software. :P
  6. WineIsGood

    Domain Mirroring

    Not sure about HSphere, but you can do that in IIS administration, so I know it's possible on a Windows host. -Dave
  7. WineIsGood

    New Site Launched! DeveloperKB.com

    Looks great. Do you cover SQL, ASP.NET, and stuff like that? I love hanging around message boards and trying to answer developer's questions. -Dave
  8. WineIsGood

    FileSystemObject?

    I'm on Win2 and I use FSO to write to my guestbook on one of my websites. Actually, I'm pretty sure I'm on win2? It's eisenberghome.com and it's been working since the first day I registered; but I can imagine some windows hosts disabling this component because of possible security risks. If...
  9. WineIsGood

    CDXSolutions

    I can speak from personal experience. CDXSolutions is terrible. When I cancelled my account, I calculated my web sites were at a whopping 71% uptime. Their systems were down all the time and they never responded to trouble tickets or emails. I was also with GearHost for a while. Terrible as...
  10. WineIsGood

    uploading files during trial account

    Have you tried FTP Explorer? I use it from behind our firewall and it works fine. It's free too. -Dave
  11. WineIsGood

    Summary Disk Usage Changes

    Yeah, mine is blank. Hey, that means unlimited disk quotas for everybody! We love JodoHost! Drinks on me! :D -Dave
  12. WineIsGood

    IDE for PHP?

    Hey Patrick -- nice website by the way... I noticed that you're a former Delphi programmer too :) Love the language... used it since it first came out. It's too bad M$ is sort of taking over, Delphi is a great language and interface. -Dave
  13. WineIsGood

    Summary Disk Usage Changes

    Yeah, part of my decision to come here was the hosting of unlimited domains. Now it's extra... it doesn't really cost anything to add mx records so I can't imagine why hosting companies insist on charging someone as little as $1 per month for extra domains. If I had a hosting company, I'd...
  14. WineIsGood

    Very pleased

    Here, here, I second that thought. This is by far the best provider I've been with. Excellent communication about system upgrades, downtimes, etc., and very, very little actual downtime. Servers are also exceptionally quick. -Dave
  15. WineIsGood

    wineisgood.com

    Thanks for the comments... :) I didn't do too much HTML optomizing, although I did write it myself instead of using a template generator, which made for more efficient code in my opinion... pretty much left the caching up to the provider. The only time I turn that off is when I display the...
  16. WineIsGood

    SHTML question

    Why not stick entirely to ASP? Are you trying to build a guestbook? I wrote my own in ASP which writes to a simple text file in any directory you want. If you like, I can send you the code, it's very small. You can see it at eisenberghome.com just click on Guestbook. -Dave
  17. WineIsGood

    sq e-mail

    Try web2mail.com -Dave
  18. WineIsGood

    SqMail

    If you can't use MS Outlook Express, you can also use any web-based POP3 compliant email reader... there are plenty of free ones, such as Mail2Web.com. -Dave
  19. WineIsGood

    CDONTS in linux

    CDONTS is a Microsoft component. It's available on Windows NT running IIS. You need to use a linux alternative. -Dave
  20. WineIsGood

    MSSQL2 down?

    Thanks for the frank reply (better than making up an excuse!). What is strange is that Enterprise Manager couldn't even connect to the server mssql2. If it could at least connect, but then fail at a database level, it would have told me that the server is running, but it received a database...
Back
Top