Recent content by spangeman

  1. S

    Chopin Expedited Copy

    http://www.spangeman.co.cc/ Thanks
  2. S

    How to get ASP.Net to work at x10Hosting

    Not sure what you mean by "change the syntax" breakl. It is only the web.config file which needs to be amended. x10 uses mono asp.net but that doesn't mean you will need to change your syntax it means there may be certain objects and libraries you are using which are not supported under mono...
  3. S

    How to get ASP.Net to work at x10Hosting

    How to get ASP.Net to work with MySql at x10Hosting Pre-reqs First read this post to get ASP.Net to work at x10Hosting How to get ASP.Net to work at x10Hosting Use your C Panel to create a database (MySQL Databases) and create tables and data (phpMyAdmin) Steps 1. Create a bin folder in the...
  4. S

    asp.net and mysql

    Thanks for this post, it helped a lot. Written a tutorial for anyone else that gets stuck with setting up MySql with asp.net I coded mine slightly differently so I have posted both examples in the tutorial. How to get ASP.Net to work with MySql at x10Hosting Can we get it made sticky...
  5. S

    Hello - ASP.net/MySQL

    Written a tutorial for anyone else that gets stuck http://forums.x10hosting.com/tutorials/104039-how-get-asp-net-work-mysql-x10hosting.html
  6. S

    How to get ASP.Net to work with MySql at x10Hosting

    Pre-reqs First read this post to get ASP.Net to work at x10Hosting http://forums.x10hosting.com/tutorials/102062-how-get-asp-net-work-x10hosting.html Use your C Panel to create a database (MySQL Databases) and create tables and data (phpMyAdmin) Steps 1. Create a bin folder in the root of your...
  7. S

    asp.net and mysql

    Hi All Could you tell me if it is possible to get aspx pages talking to mysql on x10 hosting? I have looked through the forums and someone seems to be suggesting adding MySql.Data.dll to a directory called bin and adding the reference to the web.config file. I have tried this and I get the...
  8. S

    Hello - ASP.net/MySQL

    Hi Everyone I have just signed up and got a webpage put together. All looking great so far. I'd like to start doing stuff with a MySQL database and am using ASP.NET. I have used the tools on the C panel to create the database, user and a table with some data in it. I have already read about...
Top