Example: <forms name=
using the web.config under the forms "name" what is that for? is that just any ID you want to use?
Anjari
Printable View
Example: <forms name=
using the web.config under the forms "name" what is that for? is that just any ID you want to use?
Anjari
are u talking about...
...in the web.config?Code:<!-- Forms or Windows authentication -->
<authentication mode="Forms">
<forms name=".HELLO" protection="All" timeout="60" />
</authentication>
Yea exactly - as per your example:
the ".hello"??Code:<!-- Forms or Windows authentication -->
<authentication mode="Forms">
<forms name=".HELLO" protection="All" timeout="60" />
</authentication>