Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Moragreid #1
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
-
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... -
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... -
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... -
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... -
i uploaded my site with a new intro!!
what is your idea aboute this new intro? Referring URLs www.flashtime.free-host.com -
twocans #2
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
-
Moragreid #3
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
-
twocans #4
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
-
Manuel Socarras #5
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



Reply With Quote

