..NET 1.1 - C#
MySQL 4.0.1
MySQL Connector/NET 1.0
Trying to get my .NET 1.1 web app to prod environment on 3rd party web
host(no access to windows, but real decent tools to help manage alot of
windows tasks - IXWebHosting).
My aspx pages come up fine. When I click a button to pull data from the
MySQL DB and populate the screen I get:
[MySqlException: Access denied for user: 'user12.34.123.1' (Using
password: YES)]
Now, from my laptop, I am able to connect to the DB on the 3rd party
site and pull data with the same useID and PW ...
Bookmarks