Search results

  1. Z

    Using Google for outgoing mail

    Ha, you got my hopes up. I use the same code in some other environments (non Jodo) without issue, but I have the port (port 587) listed in the config file. From my understanding, only port 25 is allowed in anything less than full trust environments. Does that sound right to you? If I leave...
  2. Z

    Using Google for outgoing mail

    Thanks, Stephen, but the issue is understood. It's a solution that I'm interested in.
  3. Z

    Using Google for outgoing mail

    I have Google apps setup on a client site and I'm trying to send mail using Google's smtp server. The website is written in ASP.NET. Below is the web.config excerpt: <system.net > <mailSettings > <smtp> <network host="smtp.googlemail.com" userName="[email protected]"...
  4. Z

    Administering SQL 2005 databases

    That's what I was referring to, which will NOT show your diagrams, tables, etc. That is not an acceptable workaround for me, but thanks for the suggestion.
  5. Z

    Administering SQL 2005 databases

    Please describe the process to "specify the database name". Also, when you say "use" are you referring to using the full functionality of SQL Management Studio (including the explorer) or are you just saying you can use it to execute SQL scripts? If it's the later, please don't bother...
  6. Z

    .NET blog software questions

    Great. Thanks. I submitted a ticket a couple of hours ago.
  7. Z

    .NET blog software questions

    I would like to install BlogEngine in a "/blog" directory off of my root. I'm assuming all I need to do is submit a ticket to request that this directory be converted to a .net application, correct? thanks, .b
  8. Z

    Major SQL Injection Trojan out!

    I know all about the late dinner. I'm doing the same. I appreciate the help! thanks, .b
  9. Z

    Major SQL Injection Trojan out!

    I had a site hacked yesterday, or possibly the day before. It was hacked once before and I did an audit of the site. Unfortunately, I found the problem I missed today. The good news is that last problem is fixed now, but the bad news is the DB is still hosed. Stephen, is there any chance you...
  10. Z

    Administering SQL 2005 databases

    I agree. The EMS tool is not a full featured as SQL Mgt. Studio. Using EMS is not an option. Changing hosts is an option. Other than this issue, Jodo is the best host I've ever used. I've been with them for five years or so, but if they don't figure out how to fix this issue I will go...
  11. Z

    Administering SQL 2005 databases

    So, that alone is causing the no access through Enterprise Manager? You would think that M$ would have a way around this.
  12. Z

    Administering SQL 2005 databases

    The only thing I've been able to get working in Eng Mgr is a query window. The things that I use most like Data Import, Export, new tables, etc. are not available due to not seeing the database listed in the left hand column.
  13. Z

    Administering SQL 2005 databases

    I don't think I would go as far as to go elsewhere. Jodo has been great to me for years now, but I would be very interested in finding some solution to this issue. M$ SQL Management Studio is an integral piece of the Microsoft development toolset. The EMS product is good for a free product, but...
  14. Z

    Gmail & Hotmail for Domains

    Thanks again for the detailed responses. I appreciate it.
  15. Z

    Gmail & Hotmail for Domains

    Gotcha. That being said, why is my mail submitted through web forms still going to the old mail server vs. the google servers? All MX records referencing old servers have been removed. Should I also modify the CNAME record? Currently mail.[domain].com still points to an old server. I'm...
  16. Z

    Gmail & Hotmail for Domains

    So, does that mean I should be using localhost instead of the FQDN in the code? By your reply it doesn't seem to make any difference whether I use localhost or the FQDN. Thanks for the quick reply. .brit
  17. Z

    Gmail & Hotmail for Domains

    I have Google Apps setup for one of my client's domains. Everything works great except contact form submissions on their site. I'm assuming this is because the CNAME record still points to the old mail server. Should this CNAME record be changed to ghs.google.com as I have seen some other...
  18. Z

    Administering SQL 2005 databases

    The database to connect to can be specified through command line options: C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE>sqlwb.exe -S [DB Hostname] -d [DB Name] -U [User Name] -P [Password] This will connect SQL Management Studio to the specific DB, but not connect...
  19. Z

    CDOSYS itself is generating a SPAM error!

    Yes, I am sure the error message is the same. The client does not work on Sunday. I will update with more info on Monday.
  20. Z

    CDOSYS itself is generating a SPAM error!

    Even after disabling all spam rules that I can find and removing spam for the sending account I am still getting this error. I have submitted a ticket (NRT-23995-311), but this has been dragging out for two days now without a resolution. Any ideas? I'm stuck. This was never a problem until...
Back
Top