I have a website that has 2 files as follows: page.aspx page.aspx.cs开发者_开发知识库 It used to be that I could just drop new files onto the web server and IIS would automatically compile the fil
I am creating a base class from which specific pages ar开发者_如何学编程e going to be derived. That is, instead of inheriting my pages from System.Web.UI.Page, they\'re inheriting from MyPage (which i