Do I have to use one programming language for all my Web pages?

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 the subfolders to store components written in different programming languages.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?