LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   What is correct code for "Include File Function" on .asp pages (https://www.linuxquestions.org/questions/linux-general-1/what-is-correct-code-for-include-file-function-on-asp-pages-44918/)

gregoryfrancis 02-11-2003 06:18 AM

What is correct code for "Include File Function" on .asp pages
 
I have been using a Windows box forever and I am trying to get a SQL Server db integrated website running on a Linux box. The pages use .asp and for whatever reason the <!--#include file="module.inc"--> does not work on Linux. What is the correct code for this. Anyone with help would be greatly appreciated.

Thanks in advance for any help.

importboy03 02-11-2003 10:49 PM

Based on my understanding, you can't run asp pages on any unix box. You can use jsp or others instead. The include for jsp file is <% include file="example" %> if more than one file, simply separate it with commas inside the double quote.


All times are GMT -5. The time now is 10:43 AM.