Q1
Q1
A) I’ve created a new .cs file, declared a class inside it and then save it on my disc. Now according to my book, I should be able to import this file into App_ Code folder of a website application ( via Website --> Add Existing Item. BTW – since file was copied into root folder of a website, I had to move it into App_Code folder manually), and the file would get automatically compiled and referenced by all pages in a website. But that is not the case, since when I try to use this class inside aspx page, I get compile time error saying that A) I’ve created a new .cs file, d