anyone?

Discussion in 'ASP.NET / ASP.NET Core' started by ck1mark, May 3, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. anyone? like my database is no longer local since i copyied pasted it into my discountasp www.mysite/_database/mydatabase.mdb
    so how would i write or update my connection string. I havent read about this before.
     
  2. somewhere in the connectionstring is the full path reference to
    your database. Just replace this with the reference to you database on the discount asp.net server. To get the reference : go to the control panel at discount asp (http://my.discountasp.net), and under Account Management, you'll find "Account Information". Here you'll find the server path to the root of your web application. You might have to add the directory of the database here:

    e:\web\MyAccountname\htdocs\_database\mydatabase.mdb

    (MyAccountname is not the same as mysite, but the same as your loginname at my.discountasp.net)



    --
    Steurm
    www.steurm.net/steurm
    [​IMG]
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page