Using Includes helps keep your code organized. Sometimes, when we are in a hurry, we write the name of the file we're in instead of the file we need to include.
And this simple mistake will create the following error.
Active Server Pages error 'ASP 0135'
Cyclic Include
/test/main.asp, line 90
The file 'main.asp' is included by itself (perhaps indirectly). Please check include files for other Include statements.