|
|
Question : strConn Data Source= (trying to add the path root: /htdocs/db/profit.mdb)
|
|
MY global.asa file:::
running an ASP file on my network solutions webpage, and the path is root: /htdocs/db/profit.mdb to my Access database, how do i tell it the data source path, when it keeps looking for C:/path ????
thanks.. garry..
|
Answer : strConn Data Source= (trying to add the path root: /htdocs/db/profit.mdb)
|
|
the <%= Server.MapPath("\")%> return physical path of root, if you have any relative or virtual path, try to add specified name or Request.ServerVariables("PATH_INFO")
|
|
|
|
|