Q: Frequently Asked Questions Version Do I have to use a single programming language for all the Web pages in my app?
Ans. 2.0. No. Each page can be written in a different programming
language if you want, even in the same application.
If you are creating source code files and putting them in the \App_Code folder
to be compiled at run time, all the code in must be in the same language.
However, you can create subfolders in the \App_Code folder and use subfolders
to store components written in different programming languages. |