PDA

View Full Version : How upload my sql database (mydatabasename.mdf)


CharlyBoy
10-27-2008, 11:00 PM
Hello, I am using Visual Studio 2008, i create a Web Site with login controls (users, role, create user forms, etc) the authentication type is from the internet (SQL user and password) everything works fine on my local computer but if i want "Publish to provider" my ASPNETDB.MDF database a messeages appear "The request failed with HTTP status 405: Method Not Alloweb. (System.Web.Service)".

Also, with the file manager i tryed load a simple text file with SQL sequences to create my database, but in the control panel there are not tools to ejecute my .sql file.

Follow this steps //weblogs.asp.net/scottgu/archive/2007/01/11/tip-trick-how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database.aspx
This not works with ixwebhosting.

What can i do, to upload or re-create my SQL database (mydatabasename.mdf) to my domain with ixwebhosting?

Thank you for you help.

Administrator
10-28-2008, 08:07 AM
make sure you are using the ixwebhosting windows hosting plan.
upload the access database to ftp folder, same place where you place your webfile.

configure your script to connect to this access database file.

alternatively you can perform all database through mysql database, and use the phpmyadmin to access the database.

sh_e2000
09-03-2009, 09:20 PM
hi
my flash file woke in my local server but not work in my website ixwebhsting

Administrator
09-05-2009, 07:45 PM
1. make sure your flash url are embedded correctly.
if necessary, check the flash internal code as well, make sure the media require for the flash to play are correct path.

flash are play at user computer, server only responsible to deliver the flash file to user computer.