Recent content by aggie

  1. A

    PHP exec()

    Can one run the php exec command? I need it to run nslookup on a windows server
  2. A

    ASP.NET and MySql

    I changed my code to use the .NET Connector instead of how I previously had it with ODBC. But the code was working as expected in my development machine, but not on the site. I did something really silly and it worked, I capitalized the table names on the MySql database. First time I've seen...
  3. A

    ASP.NET and MySql

    Hi Yash, thanks for answering. Never mind. I finally found what was wrong. Thanks again for all your help and all the staff who have answered me.
  4. A

    ASP.NET and MySql

    Is there an issue for preventing MySQL connections from ASP.NET? I'm at the end of my rope here trying to find what's wrong. Any help is kindly appreciated.
  5. A

    Connect to MySQL with .NET 2.0

    Is the ticket system not working today? I tried to log in to check the status of my ticket, and I get a Not Found. I'm still trying to get the ASP.NET pages to connect to MySQL with no luck. :( I appreciate any help anybody can give me on this.
  6. A

    Connect to MySQL with .NET 2.0

    I've tried using the Connector. It works on my development computer, but it doesn't when I upload it to the server. Is somebody able to connect to mysql using ASP.NET at all?
  7. A

    Connect to MySQL with .NET 2.0

    I'm going to give it more tries in a bit. I just hadn't had much time for testing. But the code I used to use isn't working. Since Stephen said odbc would be enabled I thought I'd wait before changing any code. I'll change to use your code, hopefully that will work for me also. Thanks.
  8. A

    Connect to MySQL with .NET 2.0

    This particular project is using ASP.NET 1.1. Wonder if the trust settings are affecting this also. I'm now starting to panic, as it is crucial that this gets working by Thursday. Has anybody been able to connect to MySQL with ASP.NET? If so, how?
  9. A

    Connect to MySQL with .NET 2.0

    Hello, has the odbc drivers been enabled? I haven't been able to connect to the db.
  10. A

    Connect to MySQL with .NET 2.0

    Thanks for your help guys. :)
  11. A

    Connect to MySQL with .NET 2.0

    I actually don't get any error. But the database is not updated. I guess I'll have to check if there is an exception catched somewhere. I'm moving the site from another server. Just thought I would change the connection string and it would work, but it isn't. I'll try what you tell me...
  12. A

    Connect to MySQL with .NET 2.0

    TheSpook: What did you use to connect using 1.1? I haven't been able to connect to the db here. I'm using Odbc in my code and the connection string like this one: "DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=myDatabase;USER=myUsername;PASSWORD=myPassword;OPTION=3;" The...
  13. A

    Charging for extra bandwidth

    If a customer uses more than the alloted bandwidth for the plan they're on, do I need to add a credit limit to the individual user's account, or the whole plan? Or would it just keep allowing the use of extra bandwidth (or other resources) and just charge for them at the next billing cycle?
  14. A

    Mass Mail option

    I did a search By Contact Info on the control panel. Then I selected the link that says Mass Mail. I wanted to test the feature. When I hit Send, I get an 404 Not Found error. Do I have to set up the Mass Mail options somewhere?
  15. A

    Configuring ticket support

    Disregard my question. Got it running. In case it helps someone, I had the configured email for tech support to forward to another mailbox. So that's why it wasn't working. It works now without the forwarding.
Back
Top