Hey all. I want to embed (include) the list.asp page within another page on my site. The problem I'm running into however is when I include the list page in my other page, I'm getting an error that states:
error occurs
error message: The system cannot find the path specified.
in the line 0
line of XML that contains the error
and then:
Technical information
Error number -2147467259
Error description [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x431c Thread 0x46b8 DBC 0xe1a8c04 Jet'.
URL /portfolio.asp
Solution
The list page works great when i only open it up from the site. but when i open the portfolio.asp page (page that includes the last page). I get the above referenced error.
Here's the location of the files:
portfolio.asp is in the root folder
the listpage is under a subfolder called portfolio. example: root folder/portfolio
here's the line of code used on the portfolio.asp: <!--#include file="portfolio/portfolio_list.asp"-->
Any help would be great.