Aspx页面中继承基类

Web.config配置
<configuration>
    <appSettings/>
    <connectionStrings/>
    <system.web>
      <pages pageBaseType="StarTech.Adapter.StarTechPage"></pages>
    </system.web>
</configuration>