私の.ascx usercontrolでは、web.configに保存した値を使ってリンクを動的に生成しようとしています。userControlsからappSettingsを参照しています
<a href="<%$appSettings.MYPATH%>/file.aspx">link</a>
、私が実行してみたときに、私はおそらく、比較的マイナーな何かが欠けている知っている
Literal expressions like '<%$appSettings.MYPATH %>' are not allowed. Use <asp:Literal runat="server" Text="<%$appSettings.MYPATH%>" /> instead.
パーサーエラーが発生します。