here is the problem. The ASP App. that i have made, works on my PC at home( IIS 5 and ASP 3.0)but when i up load to the server with the same that i have in the pages doesn't work here is the example:
<% dim objConn
set objConn = Server.CreateObject("ADODB.Connection"
objConn.Open "DSN=Mite"
%>
that is my DSN connection to my access database, what else do i need for this to work on the hoster's server. do i need a differant connection string or do i need a diffant coding for this stinker to work cuz if so i am not sure what else i need. if any one knows first hand what the code is for this please get back to me on it thanks
jared
<% dim objConn
set objConn = Server.CreateObject("ADODB.Connection"
%>
that is my DSN connection to my access database, what else do i need for this to work on the hoster's server. do i need a differant connection string or do i need a diffant coding for this stinker to work cuz if so i am not sure what else i need. if any one knows first hand what the code is for this please get back to me on it thanks
jared