Help > Web Development > Object Reference > Code Samples > ASP.NET > Creating the Perceptive Enterprise Search engine
<a name="kanchor595"></a>Creating the ISYS engine
Demonstrates creating the ISYS engine and storing it in application scope.

As with ASP, it is recommended that you store this object in application scope or as a global variable. This will improve performance as it will cache and reuse objects.

Application["ISYS"] = new ISYSAsp();