EvilZone
Programming and Scripting => .NET Framework => : m0l0ko October 05, 2012, 07:07:59 PM
-
In PHP, I usually make a functions.php file in which I store all the functions I make, then I just use the command include("functions.php") to use them in my PHP scripts. I'm new to ASP.NET and I see things are done differently. Whats the correct way to do it in C#?
-
<!--#include file=""-->
reminds of the vulnerability SSI <!--#exec cmd="ls"-->