asp.net mvc4で認証を使用しています
<authentication mode="Forms">
<forms loginUrl="~/Login" timeout="2880" />
</authentication>
ログインしていないときは、RegisterController に登録されている関数を呼び出すことができません。私は試します
<location path="~/Register">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
しかしそうではありません。の解き方?