Search results

  1. N

    ASP and MySQL - Connection refused

    I have the same issue as well. But my page is coded in VB.Net. Someone please help us. Thanks.
  2. N

    Error in my test VB app for connecting to MySQL Database

    Ok. I fixed the error in my last post but now I get a new 500 Error. This is the connection string I'm using: Dim ConnectionString As String = "Server=localhost;Database=nwintera_nightwing;Userid=??????;Password=???????;" Server Error in '/' Application Connection refused Description: HTTP...
  3. N

    Error in my test VB app for connecting to MySQL Database

    Ok when I run it now with localhost I get a 500 error. FYI: The user id and password posted are not the real ones. Keyword not supported. Parameter name: localhost;database Description: HTTP 500. Error processing request. Stack Trace: System.ArgumentException: Keyword not supported...
  4. N

    Error in my test VB app for connecting to MySQL Database

    Ok, I have made a test database and loaded it with some data. In my test app I am trying to connect to the database but it throws a MySqlException when it hits the line of code conn.Open(). Can someone look at my code and see where I went wrong. Thanks. VB CODE Imports MySql.Data.MySqlClient...
  5. N

    404 Error

    I got it working now. Had to change the framework from 3.5 to 2.0.
  6. N

    404 Error

    I have uploaded a test aspx vb.net app to your server at this url: http://nwinteractive.x10hosting.com/test/hellouser.aspx But for some reason I'm getting a 404 error. Here is a link to directory: http://nwinteractive.x10hosting.com/test/
Top