Asad.Safari
جمعه 09 مرداد 1383, 12:28 عصر
با سلام
من یه وب کانفیگ واسه اتوریز کاربر ساختم
ولی ایراد می ده:
<!-- Web.config -->
<configuration>
<system.web>
<authentication mode= "Forms">
<forms name="formsauth" loginurl="login.aspx" protection="all" timeout="60"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</configuration>
ایراد:
The 'protection' attribute is case sensitive and must be one of the following values: All, None, Encryption, Validation
راه حل!!!
باتشکر
من یه وب کانفیگ واسه اتوریز کاربر ساختم
ولی ایراد می ده:
<!-- Web.config -->
<configuration>
<system.web>
<authentication mode= "Forms">
<forms name="formsauth" loginurl="login.aspx" protection="all" timeout="60"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</configuration>
ایراد:
The 'protection' attribute is case sensitive and must be one of the following values: All, None, Encryption, Validation
راه حل!!!
باتشکر