Jump to content

hyrum.clyde

Members
  • Posts

    4
  • Joined

  • Last visited

hyrum.clyde's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Upon trying to use MySQL.Data (MySQL Connector/Net Adapter) instead of ODBC, I got the following error: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. File name: 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' Here are my connection strings for ODBC and MySQL.Data: <add name="MySQLConnString" connectionString="DRIVER={MySQL ODBC 3.51 Driver};Server=johnny.heliohost.org;Database=****;User=****;Password=****;Option=3;" providerName="System.Data.Odbc" /> <add name="MySQLConnString2" connectionString="Server=johnny.heliohost.org;Database=****;Uid=****;Pwd=****;" providerName="MySql.Data.MySqlClient" /> Is there something I am doing wrong? These errors lead me to think that the 2 drivers I need to connect to MySQL are just not installed on johnny... I have created a test page to show the errors I speak of. http://clyde.helioho...rg/AppData.aspx On this page I have a button for ODBC and MySQL.Data tests. The ODBC one returns the libodbc.so error, while the MySQL.Data one returns the above Could not load file or assembly 'MySql.Data' error (as an "error on page")... Note: both of these connections work perfectly on my development machine, just not once published to the johnny server. Please help!
  2. Hi, I am new to Heliohost and I haven't had any luck publishing my ASP.NET 3.5 site. I was wondering what is the easiest way to do this? I have set up DAV to simply transfer files over, but if I just upload my files it always gives me back an error: Server Error in '/' Application Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". The problem is, even if I edit my web.config file in order to view the actual error, it doesn't seem to register. It is as if there is already a root web.config file that is completely trumping anything I do! Can anyone give a newbie some tips on how to publish a simple website to Heliohost using Visual Studio 2010? Thanks in advance!!
  3. What is the best way to publish your ASP.NET site? I can't seem to get mine to work, I always get a web.config error no matter what I do! Server Error in '/' Application Even when I edit my web.config customerrors="Off" it doesn't seem to register. Anyone know the best way to publish instead of simply doing a file-transfer?
×
×
  • Create New...