ASP site doesnt work uploaded

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default ASP site doesnt work uploaded

    Ive done an asp site - it all works perfectly on my local machine and also when
    i upload it to a test area in one of my other sites ive done (hosted by
    fasthosts) but when i upload it to the clients test area it doesnt work - it
    displays a page saying page cannot be displayed - like the page isnt
    there...but it is.
    This area also has other sites on it with asp working and i cant figure out
    why this isnt working. Would it have something to do with having a dns less
    connection as all the others have dns?
    Ive checked the connection by using the following bit of code to get the path..

    <%LANGUAGE="VBSCRIPT"%>
    <%=Server.MapPath("YourDatabaseNameHere.mdb;")%>

    And copying and pasting this into my connection, so its not the connection

    Its really bugging me!
    Any help would be GREATLY appreciated!!!!

    Moragreid Guest

  2. Similar Questions and Discussions

    1. flash file won't work when it's uploaded
      I've added flash animation to my website and it works when previewed in the browser. However, when everything has been uploaded, the animation...
    2. pdf files uploaded onto a web site won't open correctly.
      I'm currently building a web site for a construction company. There are some forms/documents that they want clients to be able to download. These...
    3. site.getLocalPathToFiles() doesnt update when site.setCurrentSite() is called
      hi, i've been having issues with site.getLocalPathToFiles() getting the wrong sites path can anyone else confirm this? this is what im trying to...
    4. flash app doesnt work
      hi - i want to try out the new game kdice on http://kdice.com but as i go to this adress, the flash application doesnt come up. i tried it...
    5. i uploaded my site with a new intro!!
      what is your idea aboute this new intro? Referring URLs www.flashtime.free-host.com
  3. #2

    Default Re: ASP site doesnt work uploaded

    Hi yea,
    when you log into fasthosts go to the general information of your domain.
    from there you will see near the bottom of the page "Web Site Path"

    something like that.
    \\IIS634\domains\t\lala.com\user

    now when you have your address that will be a little different from above
    your database should be inside a dir called private.

    \\IIS644\domains\t\lala.com\user\private\yourdatab ase.mdb



    if you cnnot gt it to work ring up there support, ok it may take a few
    minutes but you will get trhough.

    you have not made it clear have you made a dsn connection or a danless
    connection, my experience of fasthosts it is better the dsnless


    below is a copy of one of my dsn less connections.


    <%
    ' FileName="Connection_ado_conn_string.htm"
    ' Type="ADO"
    ' DesigntimeType="ADO"
    ' HTTP="false"
    ' Catalog=""
    ' Schema=""
    Dim MM_connFabPicSite_STRING
    MM_connFabPicSite_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=\\iis626\domains\s\lala.com\user\private\Fa bioDB\fabio.mdb;"
    %>












    "Moragreid" <webforumsuser@macromedia.com> wrote in message
    news:d1oiug$5vg$1@forums.macromedia.com...
    > Ive done an asp site - it all works perfectly on my local machine and also
    > when
    > i upload it to a test area in one of my other sites ive done (hosted by
    > fasthosts) but when i upload it to the clients test area it doesnt work -
    > it
    > displays a page saying page cannot be displayed - like the page isnt
    > there...but it is.
    > This area also has other sites on it with asp working and i cant figure
    > out
    > why this isnt working. Would it have something to do with having a dns
    > less
    > connection as all the others have dns?
    > Ive checked the connection by using the following bit of code to get the
    > path..
    >
    > <%LANGUAGE="VBSCRIPT"%>
    > <%=Server.MapPath("YourDatabaseNameHere.mdb;")%>
    >
    > And copying and pasting this into my connection, so its not the connection
    >
    > Its really bugging me!
    > Any help would be GREATLY appreciated!!!!
    >

    twocans Guest

  4. #3

    Default Re: ASP site doesnt work uploaded

    Ive used a dsn less connection for this site.
    Ive tested the site on fasthosts and it works fine but when i uploaded the
    site to the clients webspace it doesnt work. (but other sites with asp
    scripting work in that space)
    Would I have to phone up and get them to activate something to get another asp
    site working in that space?

    Moragreid Guest

  5. #4

    Default Re: ASP site doesnt work uploaded

    have you checked the path to the database on there server, just because you
    have your dsnless connection set for fasthosts doesnt mean when you upload
    to a different isp that they will have the same set up. So if i were you
    find out the correct path to database on your clients webspace account.

    regards






    "Moragreid" <webforumsuser@macromedia.com> wrote in message
    news:d1onbc$dtr$1@forums.macromedia.com...
    > Ive used a dsn less connection for this site.
    > Ive tested the site on fasthosts and it works fine but when i uploaded the
    > site to the clients webspace it doesnt work. (but other sites with asp
    > scripting work in that space)
    > Would I have to phone up and get them to activate something to get another
    > asp
    > site working in that space?
    >

    twocans Guest

  6. #5

    Default Re: ASP site doesnt work uploaded

    i'd disable "Show descriptive error" option in IE to see the real error.
    or test with NN or Firefox

    Moragreid wrote:
    > Ive done an asp site - it all works perfectly on my local machine and also when
    > i upload it to a test area in one of my other sites ive done (hosted by
    > fasthosts) but when i upload it to the clients test area it doesnt work - it
    > displays a page saying page cannot be displayed - like the page isnt
    > there...but it is.
    > This area also has other sites on it with asp working and i cant figure out
    > why this isnt working. Would it have something to do with having a dns less
    > connection as all the others have dns?
    > Ive checked the connection by using the following bit of code to get the path..
    >
    > <%LANGUAGE="VBSCRIPT"%>
    > <%=Server.MapPath("YourDatabaseNameHere.mdb;")%>
    >
    > And copying and pasting this into my connection, so its not the connection
    >
    > Its really bugging me!
    > Any help would be GREATLY appreciated!!!!
    >
    Manuel Socarras Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139