そのため、CodeFile参照をCodeBehindにするのにいくつかの問題があるようです。質問する前に、私はVisual Studioを持っておらず、Windowsを使用していません。コードは、アクセスできるIISサーバーでホストされています。
<% @Page Language="C#" Inherits="corn.cheese.pies.CasLogin" CodeFile="anon.cs" %>
このコードは完全に機能しますが、次のように変更すると次のようになります。
<% @Page Language="C#" Inherits="corn.cheese.pies.CasLogin" CodeBehind="anon.cs" %>
ページはエラーを返します:
Parser Error Message: Could not load type 'corn.cheese.pies.CasLogin'.