Results 1 to 3 of 3

Thread: Quick Question...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Quick Question...

    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

  2. #2
    Addicted Member
    Join Date
    Aug 2004
    Location
    Cape Town, South Africa
    Posts
    149

    Re: Quick Question...

    are u talking about...

    Code:
        <!-- Forms or Windows authentication -->
        <authentication mode="Forms">
          <forms name=".HELLO" protection="All" timeout="60" />
        </authentication>
    ...in the web.config?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Re: Quick Question...

    Yea exactly - as per your example:

    Code:
        <!-- Forms or Windows authentication -->
        <authentication mode="Forms">
          <forms name=".HELLO" protection="All" timeout="60" />
        </authentication>
    the ".hello"??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width